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.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
value | Boolean |
|
Returns
Type | Description |
---|---|
Boolean |
|
See Also