ComponentOne True DBGrid for WinForms
DropdownWidthEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : DropdownWidthEnum Enumeration
Specifies the width of a C1TrueDBDropdown for a cell.
Syntax
'Declaration
 
Public Enum DropdownWidthEnum 
   Inherits System.Enum
public enum DropdownWidthEnum : System.Enum 
Members
MemberDescription
ColumnThe width of the dropdown is the column width.
DefaultThe width of the dropdown is the control width.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.DropdownWidthEnum

See Also

Reference

C1.Win.C1TrueDBGrid Namespace