[]
Gets or sets a value indicating whether auto generate columns. This is a dependency property.
public bool AutoGenerateColumns { get; set; }
Public Property AutoGenerateColumns As Boolean
Type | Description |
---|---|
bool | true if auto generate columns; otherwise, false. The default value is true. |
Auto generated ListColumn will be added into current ListColumns. If AutoGenerateColumns value is changed from true to false, the auto generated ListColumns will be removed.