True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DisplayColumn Class / DropDownList Property

In This Topic
    DropDownList Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether the dropdown acts like a dropdown list (text portion is not editable).
    Syntax
    'Declaration
     
    Public Property DropDownList As System.Boolean
    public System.bool DropDownList {get; set;}
    See Also