Back to Devexpress

DataViewBase.ShowEditFilterButton Property

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

latest2.1 KB
Original Source

DataViewBase.ShowEditFilterButton Property

Gets if the Edit Filter button is displayed in the Filter Panel. 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
[Browsable(false)]
public bool ShowEditFilterButton { get; protected set; }
vb
<Browsable(False)>
Public Property ShowEditFilterButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true, if the Edit Filter button is displayed in the Filter Panel; otherwise, false.

|

Remarks

The DataViewBase.AllowFilterEditor property controls whether users can invoke the Filter Editor.

To invoke the Filter Editor, users can:

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace