PivotCustomFieldSortEventArgs.Handled Property
In This Article
Gets or sets whether a comparison operation is being handled and therefore no default processing is required.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if a comparison operation is being handled; otherwise false. |
#Remarks
Set the Handled property to true to indicate that the current comparison operation is being handled and therefore no default processing is required. If this property is left set to false the default comparison mechanism will be invoked after the PivotGridControl.CustomFieldSort event handler has been called. This will then override the result of your comparison operation which is specified by the PivotCustomFieldSortEventArgs.Result property.
See Also