Back to Devexpress

VGridOptionsFilter.AllowFilterEditor Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsfilter-0dc024cc.md

latest1.9 KB
Original Source

VGridOptionsFilter.AllowFilterEditor Property

Gets or sets whether the filter editor (invoked form the filter panel) can be used to build complex filter criteria.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

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 allow using the filter editor; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFilterEditor
VGridControl

.OptionsFilter .AllowFilterEditor

|

See Also

VGridOptionsFilter Class

VGridOptionsFilter Members

DevExpress.XtraVerticalGrid Namespace