HtmlContentControl.FocusElement(DxHtmlElement, Boolean) Method
Sets focus to or removes focus from the specified element.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| element | DxHtmlElement | 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