AutoGenerateColumns Property
In This Topic
Gets or sets a value indicating whether columns are created automatically when the
ItemsSource property is set.
Syntax
'Declaration
Public Property AutoGenerateColumns As Boolean
public bool AutoGenerateColumns {get; set;}
See Also