Back to Devexpress

VGridOptionsFilter.DefaultFilterEditorView Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsfilter-e186a082.md

latest2.8 KB
Original Source

VGridOptionsFilter.DefaultFilterEditorView Property

Gets or sets whether complex filter conditions in the filter editor (invoked from the filter panel) are built using a visual constructor, or written as plain text according to filter criteria syntax.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(FilterEditorViewMode.Visual)]
[XtraSerializableProperty]
public virtual FilterEditorViewMode DefaultFilterEditorView { get; set; }
vb
<DefaultValue(FilterEditorViewMode.Visual)>
<XtraSerializableProperty>
Public Overridable Property DefaultFilterEditorView As FilterEditorViewMode

Property Value

TypeDefaultDescription
FilterEditorViewModeVisual

A FilterEditorViewMode that specifies how complex filter conditions are built by end-users in the filter editor.

|

Available values:

NameDescription
Text

The Filter Editor’s filter can be solely edited in text form, using a dedicated text editor.

| | Visual |

The Filter Editor’s filter can be solely edited in a visual form, using a dedicated tree view.

| | VisualAndText |

A Filter Editor displays two pages: Visual and Text, allowing an end-user to build filters in visual and text forms respectively.

| | TextAndVisual |

A Filter Editor displays two pages: Text and Visual, allowing an end-user to build filters in text and visual forms respectively.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to DefaultFilterEditorView
VGridControl

.OptionsFilter .DefaultFilterEditorView

|

See Also

VGridOptionsFilter Class

VGridOptionsFilter Members

DevExpress.XtraVerticalGrid Namespace