Skip to main content
A newer version of this page is available. .

CustomColumnDisplayTextEventArgs.ListSourceIndex Property

Gets the row’s index in a data source.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public int ListSourceIndex { get; }

Property Value

Type Description
Int32

The row’s index in a data source.

See Also