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

FilterEditorControl.ActiveEditor Property

Gets the currently active editor used to edit operand value(s).

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v18.2.dll

Declaration

[Browsable(false)]
public BaseEdit ActiveEditor { get; }

Property Value

Type Description
BaseEdit

A BaseEdit descendant that represents the currently active editor. null (Nothing in Visual Basic) if no operand value is currently being edited.

See Also