Gets or sets a value to determine whether columns are generated automatically from the properties of the items of ItemsSource.
Syntax
'Declaration
Public Property AutoGenerateColumns As Boolean
'Usage
Dim instance As FlexGrid
Dim value As Boolean
instance.AutoGenerateColumns = value
value = instance.AutoGenerateColumns
public bool AutoGenerateColumns {get; set;}
See Also