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