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

ASPxButton.FocusRectPaddings Property

Gets the focused rectangle’s padding settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual Paddings FocusRectPaddings { get; }

Property Value

Type Description
Paddings

A Paddings object that contains padding settings.

Remarks

<dx:ASPxButton ID="ASPxButton1" runat="server" Text="Option 1" Width="100%">
    <FocusRectPaddings Padding="5" />
</dx:ASPxButton>
See Also