Skip to main content
A newer version of this page is available. .
All docs
V22.1

HtmlContentControl.FocusElement(DxHtmlElement, Boolean) Method

Sets focus to or removes focus from the specified element.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void FocusElement(
    DxHtmlElement element,
    bool focused = true
)

Parameters

Name Type Description
element DxHtmlElement

The target HTML element.

Optional Parameters

Name Type Default Description
focused Boolean True

true to focus an element; false to remove focus from the element.

Remarks

See the following topic for more information: HtmlContentControl.FocusElement.

See Also