PivotGridCustomFieldSortEventArgsBase<T>.Handled Property
Gets or sets whether a comparison operation is being handled, so no default processing is required.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if a comparison operation is being handled; otherwise false. |
Remarks
Set the Handled property to true to finalize the comparison and use the e.Result value. Otherwise, the default comparison is in effect and e.Result is ignored
For more information, refer to the platform-specific events:
WinForms | ASP.NET | ASP.NET MVC | WPF |
---|---|---|---|
CustomFieldSort | CustomFieldSort | CustomFieldSort | CustomFieldSort |
See Also