DataViewBase.ShowEditFilterButton Property
In This Article
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.v14.2.Core.dll
#Declaration
#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