Back to Devexpress

ColumnViewOptionsFilter.AllowFilterEditor Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfilter.md

latest2.1 KB
Original Source

ColumnViewOptionsFilter.AllowFilterEditor Property

Gets or sets whether the Filter Editor can be used to build complex filter criteria.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool AllowFilterEditor { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property AllowFilterEditor As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to enable the Filter Editor ; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFilterEditor
ColumnView

.OptionsFilter .AllowFilterEditor

|

Remarks

For more information on using the Filter Editor , see Filter and Search.

See Also

Filter and Search

ColumnViewOptionsFilter Class

ColumnViewOptionsFilter Members

DevExpress.XtraGrid.Views.Base Namespace