HtmlContentControl.FocusElement(DxHtmlElement, Boolean) Method
In This Article
Sets focus to or removes focus from the specified element.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public void FocusElement(
DxHtmlElement element,
bool focused = true
)
#Parameters
Name | Type | Description |
---|---|---|
element | Dx |
The target HTML element. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
focused | Boolean | True |
|
#Remarks
See the following topic for more information: HtmlContentControl.FocusElement.
See Also