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

FilterEditorControl.ActiveEditor Property

Returns the editor an end-user currently uses to edit operand value(s).

Namespace: DevExpress.DataAccess.UI

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

Declaration

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

Property Value

Type Description
BaseEdit

A BaseEdit class descendant that is the currently used editor.

See Also