Gets or sets the index.

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
int Index { get; set; }
Visual Basic
Property Index As Integer
	Get
	Set
JScript
function get Index () : int
function set Index (value : int)

Field Value

The index.

See Also