Skip to main content
A newer version of this page is available. .

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.v20.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.WindowsDesktop.PivotGrid.Core

Declaration

public bool Handled { get; set; }

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