AutoGenerateColumns Property (C1FlexGridBase)
In This Topic
Gets or sets whether columns are automatically created when the grid is bound to a data source.
Syntax
'Declaration
Public Property AutoGenerateColumns As Boolean
public bool AutoGenerateColumns {get; set;}
See Also