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

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

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

See Also