Back to Devexpress

PivotGridOptionsFilter.DefaultFilterEditorView Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilter.md

latest2.5 KB
Original Source

PivotGridOptionsFilter.DefaultFilterEditorView Property

Gets or sets the how a user can edit criteria in the Filter Editor.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDefaultDescription
FilterEditorViewModeVisual

A FilterEditorViewMode value that defines the Filter Editor view.

|

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
PivotGridControl

.OptionsFilter .DefaultFilterEditorView

|

See Also

PivotGridOptionsFilter Class

PivotGridOptionsFilter Members

DevExpress.XtraPivotGrid Namespace