Skip to main content

DataControlBase.ActualShowFilterPanel Property

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

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

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