Skip to main content

EditorContainer.CheckActiveEditor(Control) Method

Returns whether the EditorContainer descendant is active.

Namespace: DevExpress.XtraEditors.Container

Assembly: DevExpress.XtraEditors.v23.2.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