Gets the index of this column in the grid's Columns collection.

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

Syntax

C#
[BrowsableAttribute(false)]
public int Index { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Index As Integer
	Get

See Also