Specifies the width of a C1TrueDBDropdown for a cell.
[Visual Basic]
Public Enum DropdownWidthEnum
[C#]
public enum DropdownWidthEnum
[Delphi]
type DropdownWidthEnum = (Column, Default);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Column |
The width of the drop-down is the column width. |
Default |
The width of the drop-down is the control width. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |