ColumnStyle.Paddings Property
In This Article
Gets column padding settings for ASPxSiteMapControl and ASPxTitleIndex controls.
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
The Paddings property provides access to the padding settings of a column to which the current style is applied. A column padding is the amount of space between the boundaries and the content of a column.
See Also