Gets or sets a value that indicates whether this column was automatically generated by the grid (see the AutoGenerateColumns property.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
[BrowsableAttribute(false)]
public bool AutoGenerated { get; set; }
Visual Basic
<BrowsableAttribute(False)> _
Public Property AutoGenerated As Boolean
	Get
	Set

See Also