DxHtmlElement.Focus(Boolean) Method
Gets or sets whether this element is focused. Focused elements are styled with the “main_class_name:focus” CSS pseudo-class.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Boolean |
|
Returns
Type | Description |
---|---|
Boolean |
|
See Also