Back to Devexpress

CustomColumnSortEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-customcolumnsorteventargs-dot-underscore-properties.md

latest2.2 KB
Original Source

CustomColumnSortEventArgs Properties

Provides data for the ColumnView.CustomColumnSort and GridView.CustomColumnGroup events.

NameDescription
ColumnGets the column whose values are being compared.
HandledGets or sets whether a comparison operation is handled and therefore no default processing is required.
ListSourceRowIndex1Gets the index in the data source of the first of the two rows being compared.
ListSourceRowIndex2Gets the index in the data source of the second of the two rows being compared.
ResultGets or sets the result of a custom comparison.
RowObject1Gets the first row object being compared.
RowObject2Gets the second row object being compared.
SortOrderGets the current sort order applied to the column being processed.
Value1Gets the first value being compared.
Value2Gets the second value being compared.

See Also

CustomColumnSortEventArgs Class

CustomColumnSortEventArgs Members

DevExpress.XtraGrid.Views.Base Namespace