Skip to main content
All docs
V20.1

FilterEditorControl.ActiveEditor Property

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

Namespace: DevExpress.XtraFilterEditor

Assembly: DevExpress.XtraRichEdit.v20.1.dll

NuGet Package: DevExpress.Win.RichEdit

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