A newer version of this page is available.
Switch to the current version.
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.1.Core.dll
Declaration
[Browsable(false)]
public bool ShowEditFilterButton { get; protected set; }
<Browsable(False)>
Public Property ShowEditFilterButton As Boolean
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 button, which is displayed within the Filter Panel or via the Column Header Context Menu.
See Also
Feedback