Skip to main content

CustomColumnDisplayTextEventArgs.ListSourceIndex Property

Gets the index of a record in a data source that corresponds to the processed data row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public int ListSourceIndex { get; }

#Property Value

Type Description
Int32

An integer value that specifies the index of the processed record in a data source.

#Remarks

To learn more on row identifiers, see Identifying Rows and Obtaining Row Handles.

See Also