Skip to main content
A newer version of this page is available. .

FilterControl.ActiveEditor Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.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