Skip to main content
A newer version of this page is available.
All docs
V19.2

FilterEditorControl.ActiveView Property

Gets or sets the control’s active View.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v19.2.dll

Declaration

public FilterEditorActiveView ActiveView { get; set; }

Property Value

Type Description
DevExpress.XtraFilterEditor.FilterEditorActiveView

A FilterEditorActiveView value that specifies the control’s active View.

Remarks

The ActiveView property allows you to select the active View. You can select whether to use a text or visual form to edit filters.

See Also