ButtonSettings.AllowFocus Property
In This Article
Gets or sets a value specifying whether the button can receive focus.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, if the button can receive focus; otherwise, false. |
#Remarks
Use the ASPxButton.FocusRectBorder property to get access to the focus rectangle’s settings which define the width, style, and color.
See Also