PivotGridControl.DefaultFilterEditorView Property
Gets or sets the how an end-user can edit criteria in the Filter Editor. This property is obsolete. Use the PivotGridControl.OptionsFilter.DefaultFilterEditorView property instead.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
[Browsable(false)]
[DefaultValue(FilterEditorViewMode.Visual)]
[DXCategory("Data")]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual FilterEditorViewMode DefaultFilterEditorView { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Filter |
Visual | A Filter |
Available values:
Name | Description |
---|---|
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. |
Visual |
A Filter Editor displays two pages: Visual and Text, allowing an end-user to build filters in visual and text forms respectively. |
Text |
A Filter Editor displays two pages: Text and Visual, allowing an end-user to build filters in text and visual forms respectively. |