Skip to main content

CustomColumnSortEventArgs.RowObject2 Property

Gets the second row object being compared.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public object RowObject2 { get; }

Property Value

Type Description
Object

An object that represents the second row being compared.

Remarks

The index of this row in the underlying data source is represented by the CustomColumnSortEventArgs.ListSourceRowIndex2 property.

See Also