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.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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 Cards and Obtaining Row Handles.

See Also