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

Declaration

public bool IsFilterPopupSorting { get; }

Property Value

Type Description
Boolean

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

See Also