Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CustomSortEventArgs Properties

Contains data for the CustomSort event.
Name Description
Column Returns the processed column.
Result Gets or sets the result of a custom comparison of two rows.
SourceIndex1 Returns the index in the data source of the first of two rows being compared.
SourceIndex2 Returns the index in the data source of the second of two rows being compared.
Value1 Returns the first value being compared.
Value2 Returns the second value being compared.
See Also