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