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

CustomServerModeSortEventArgsBase<T>.IsFilterPopupSorting Property

Get the value that indicates whether the PivotGridControl.CustomServerModeSort event is raised.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v22.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Dashboard.Design

Declaration

public bool IsFilterPopupSorting { get; }

Property Value

Type Description
Boolean

thue, if the event is raised; otherwise, false.

See Also