CustomServerModeSortEventArgsBase<T> Properties
Serves as a base for classes that provide data for the CustomServerModeSort event.| Name | Description |
|---|---|
| Field | Gets the field being processed. Inherited from PivotFieldEventArgsBase<T>. |
| IsFilterPopupSorting | Get the value that indicates whether the PivotGridControl.CustomServerModeSort event is raised. |
| OLAPMember1 | Get the first member being compared. |
| OLAPMember2 | Get the second member being compared. |
| Result | Gets or sets the result of a custom comparison. |
| Value1 | Gets the first value being compared. |
| Value2 | Gets the second value being compared. |
See Also