Skip to main content
A newer version of this page is available. .

EditorContainer.CheckActiveEditor(Control) Method

Returns whether the EditorContainer descendant is active.

Namespace: DevExpress.XtraEditors.Container

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public static bool CheckActiveEditor(
    Control container
)

Parameters

Name Type
container Control

Returns

Type Description
Boolean

true if the EditorContainer descendant is active; otherwise, false.

See Also