The index of the detail which is currently shown

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

Syntax

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

See Also