BaseFilterControlEventArgs.ShowFilterEditor Property
Gets or sets whether to display the Filter Editor (the form that embeds the Filter Editor).
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to display the Filter Editor; otherwise, false. |
Remarks
If the ShowFilterEditor property is set to false, the form that embeds the Filter Control will not be displayed.
See Also