Skip to main content
A newer version of this page is available. .
Tab

ASPxButton.FocusRectBorder Property

Gets the focused rectangle’s border settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual BorderWrapper FocusRectBorder { get; }

Property Value

Type Description
BorderWrapper

A BorderWrapper object which specifies the border settings.

Remarks

The FocusRectBorder property provides access to the border settings which define the width, style, and color.

See Also