Gets or sets the index of the column at which the column will be displayed. Use only in the VIEW for rendering the column, do not use this property in the VIEW MODEL. Use OriginalIndex instead.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.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)

See Also