Click or drag to resize
GridTableViewAutoGeneratedColumns Property
Get an array of automatically generated columns. This array is available when AutoGenerateColumns is set to true. Autogenerated columns appear always after Columns when rendering.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public GridColumn[] AutoGeneratedColumns { get; }

Property Value

Type: GridColumn
See Also