Skip to main content

CustomServerModeSortEventArgsBase<T>.IsFilterPopupSorting Property

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

Namespace: DevExpress.XtraPivotGrid

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

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public bool IsFilterPopupSorting { get; }

Property Value

Type Description
Boolean

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

See Also