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