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

DataViewBase.ShowEditFilterButton Property

Gets whether the button used to invoke the Filter Editor is displayed within the Filter Panel. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

Declaration

[Browsable(false)]
public bool ShowEditFilterButton { get; protected set; }

Property Value

Type Description
Boolean

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

Remarks

The availability of the Filter Editor is controlled by the DataViewBase.AllowFilterEditor option. By default, this property is set to true, allowing end-users to use the Filter Editor. End-users can invoke the Filter Editor using the EditFilterButton button, which is displayed within the Filter Panel or via the Column Header Context Menu.

See Also