Back to Devexpress

EditorContainer.CheckActiveEditor(Control) Method

windowsforms-devexpress-dot-xtraeditors-dot-container-dot-editorcontainer-dot-checkactiveeditor-x28-system-dot-windows-dot-forms-dot-control-x29.md

latest1.6 KB
Original Source

EditorContainer.CheckActiveEditor(Control) Method

Returns whether the EditorContainer descendant is active.

Namespace : DevExpress.XtraEditors.Container

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public static bool CheckActiveEditor(
    Control container
)
vb
Public Shared Function CheckActiveEditor(
    container As Control
) As Boolean

Parameters

NameType
containerControl

Returns

TypeDescription
Boolean

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

|

See Also

EditorContainer Class

EditorContainer Members

DevExpress.XtraEditors.Container Namespace