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