FilterControl.ActiveEditor Property
Gets the currently active editor used to edit operand value(s).
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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