CustomColumnSortEventArgs.RowObject1 Property
Gets the first row object being compared.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Property Value
Type | Description |
---|---|
Object | An object that represents the first row being compared. |
Remarks
The index of this row in the underlying data source is represented by the CustomColumnSortEventArgs.ListSourceRowIndex1 property.
See Also