FilterEditorControl.ActiveEditor Property
Returns the editor an end-user currently uses to edit operand value(s).
Namespace: DevExpress.DataAccess.UI
Assembly: DevExpress.DataAccess.v20.2.UI.dll
Declaration
[Browsable(false)]
public BaseEdit ActiveEditor { get; }
<Browsable(False)>
Public ReadOnly Property ActiveEditor As BaseEdit
Property Value
Type | Description |
---|---|
BaseEdit | A BaseEdit class descendant that is the currently used editor. |
See Also
Feedback