ASPxButton.Paddings Property
In This Article
Gets the button’s padding settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Paddings | A Paddings object that contains padding settings. |
#Remarks
<dx:ASPxButton ID="ASPxButton1" runat="server" Text="Option 1" Width="100%">
<Paddings Padding="5" />
</dx:ASPxButton>
See Also