C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / AutogenerateColumns Property

In This Topic
AutogenerateColumns Property
In This Topic
Gets or sets a value that determines whether C1BoundField objects are generated and displayed automatically.
Syntax
'Declaration
 
Public Overridable Property AutogenerateColumns As System.Boolean
 

Property Value

Set this property to True to automatically display and create C1BoundField objects. The default value is True.
See Also