DataControlBase.ActualShowFilterPanel Property
In This Article
Gets whether the filter panel is displayed within a grid. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
#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