Gets or sets the index of the column.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Implements

IDataGridColumn..::..Index

See Also