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

In This Topic
    EditDropDown Property (C1TrueDBGrid)
    In This Topic
    Gets or sets a value indicating whether editing will take place in a popup window or within cell boundaries.
    Syntax
    'Declaration
     
    Public Property EditDropDown As System.Boolean
    public System.bool EditDropDown {get; set;}
    See Also