EditorContainer.CheckActiveEditor(Control) Method
Returns whether the EditorContainer descendant is active.
Namespace: DevExpress.XtraEditors.Container
Assembly: DevExpress.XtraEditors.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| container | Control |
Returns
| Type | Description |
|---|---|
| Boolean | true if the EditorContainer descendant is active; otherwise, false. |
See Also