Skip to main content
All docs
V20.1

FilterEditorControl.ActiveView Property

Gets or sets the control’s active View.

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

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