Skip to main content
All docs
V26.1
  • HtmlContentControl.FocusElement(DxHtmlElement, Boolean) Method

    Sets focus to or removes focus from the specified element.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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