CustomServerModeSortEventArgs Properties
Provides data for the PivotGridControl.CustomServerModeSort event.
Name | Description |
---|---|
Field | Gets the field whose values are being compared. |
Olap |
Get the first member being compared. |
Olap |
Get the second member being compared. |
Result | Gets or sets the result of a custom comparison. |
Thread |
|
Value1 | Gets the first value being compared. |
Value2 | Gets the second value being compared. |
See Also