Back to Devexpress

CustomColumnSortEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-customcolumnsorteventargs-dot-underscore-properties.md

latest1.8 KB
Original Source

CustomColumnSortEventArgs Properties

Provides data for the GridControl.CustomColumnSort event.

NameDescription
ColumnGets the column whose values are being compared.
HandledGets or sets whether a comparison operation is handled and no default processing is required.
ListSourceRowIndex1Gets the index of the first of the two rows being compared in the data source.
ListSourceRowIndex2Gets the index of the second of the two rows being compared in the data source.
ResultGets or sets the result of a custom comparison.
Row1
Row2
SortOrderGets the sort order applied to the column.
SourceGets the grid control that raised the event.
Value1Gets the first value being compared.
Value2Gets the second value being compared.

See Also

CustomColumnSortEventArgs Class

CustomColumnSortEventArgs Members

DevExpress.Xpf.Grid Namespace