AllowColSelect Property (C1TrueDBGrid)
In This Topic
Gets or sets a value indicating the ability to select columns in the grid.
Syntax
'Declaration
Public Property AllowColSelect As System.Boolean
public System.bool AllowColSelect {get; set;}
See Also