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

CustomServerModeSortEventArgs Properties

Provides data for the PivotGridControl.CustomServerModeSort event.
Name Description
Field Gets the field whose values are being compared.
OlapMember1 Get the first member being compared.
OlapMember2 Get the second member being compared.
Result Gets or sets the result of a custom comparison.
ThreadSafeField
Value1 Gets the first value being compared.
Value2 Gets the second value being compared.
See Also