Click or drag to resize
CMSDataGridAutoGenerateColumns Property
Gets or sets a value that indicates whether BoundColumn objects are automatically created and displayed in the DataGrid control for each field in the data source.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public override bool AutoGenerateColumns { get; set; }

Property Value

Type: Boolean
See Also