ASPxButton.FocusRectBorder Property
In This Article
Gets the focused rectangle’s border settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual BorderWrapper FocusRectBorder { get; }
#Property Value
Type | Description |
---|---|
Border |
A Border |
#Remarks
The FocusRectBorder property provides access to the border settings which define the width, style, and color.
See Also