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