Back to Devexpress

FilterControl.ActiveEditor Property

windowsforms-devexpress-dot-xtraeditors-dot-filtercontrol-fd8c3473.md

latest1.2 KB
Original Source

FilterControl.ActiveEditor Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
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

FilterControl Class

FilterControl Members

DevExpress.XtraEditors Namespace