Back to Devexpress

FilterEditorControl.ActiveEditor Property

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

latest1.2 KB
Original Source

FilterEditorControl.ActiveEditor Property

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

Namespace : DevExpress.DataAccess.UI

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

NuGet Package : DevExpress.DataAccess.UI

Declaration

csharp
[Browsable(false)]
public BaseEdit ActiveEditor { get; }
vb
<Browsable(False)>
Public ReadOnly Property ActiveEditor As BaseEdit

Property Value

TypeDescription
BaseEdit

A BaseEdit class descendant that is the currently used editor.

|

See Also

FilterEditorControl Class

FilterEditorControl Members

DevExpress.DataAccess.UI Namespace