True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / DropdownWidthEnum Enumeration

In This Topic
    DropdownWidthEnum Enumeration
    In This Topic
    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