Back to Devexpress

DataViewBase.ActualShowFilterPanel Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-ea5acbc8.md

latest1.9 KB
Original Source

DataViewBase.ActualShowFilterPanel Property

Gets whether the Filter Panel is displayed within a View. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ActualShowFilterPanel { get; }
vb
Public ReadOnly Property ActualShowFilterPanel As Boolean

Property Value

TypeDescription
Boolean

true if the Filter Panel is displayed within a View; otherwise, false.

|

Remarks

By default, the DataViewBase.ShowFilterPanelMode property is set to ShowFilterPanelMode.Default. In this instance, the Filter Panel is automatically shown at the bottom of the View, 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 View.

See Also

ShowFilterPanelMode

Regular and Checked Drop-down Filters

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace