Back to Devexpress

FilterEditorControl.ActiveView Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-filtereditorcontrol-46f860c8.md

latest1.5 KB
Original Source

FilterEditorControl.ActiveView Property

Gets or sets the control’s active View.

Namespace : DevExpress.DataAccess.UI

Assembly : DevExpress.DataAccess.v25.2.UI.dll

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public FilterEditorActiveView ActiveView { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property ActiveView As FilterEditorActiveView

Property Value

TypeDescription
DevExpress.XtraFilterEditor.FilterEditorActiveView

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

|

Remarks

See the FilterEditorControl.ViewMode property to learn about FilterEditorControl modes.

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace