AutoGenerateColumns Property (FlexSheet)
In This Topic
Gets or sets whether the grid should generate columns automatically based on the itemsSource.
Syntax
'Declaration
Public Overrides Property AutoGenerateColumns As Boolean
public override bool AutoGenerateColumns {get; set;}
See Also