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

DataControlBase.ActualShowFilterPanel Property

Gets whether the filter panel is displayed within a grid. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(false)]
public bool ActualShowFilterPanel { get; }

Property Value

Type Description
Boolean

true, if the filter panel is displayed within a grid; otherwise, false.

Remarks

By default, the DataControlBase.ShowFilterPanelMode property is set to ShowFilterPanelMode.Default. In this instance, the filter panel is automatically shown at the bottom of the grid after a filter has been applied. Removing the filter hides this panel. Use the ActualShowFilterPanel property to obtain whether the filter panel is currently visible within a grid.

See Also