Skip to main content
All docs
V23.2

HtmlContentControl.FocusElement(DxHtmlElement, Boolean) Method

Sets focus to or removes focus from the specified element.

Namespace: DevExpress.XtraEditors

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