ColumnSeparatorStyle.Paddings Property
Gets the padding settings of a column separator.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Paddings | A Paddings object that contains padding settings. |
Remarks
The Paddings property provides access to the padding settings defined for column separators within a site map control. The padding is the amount of space between the column separators and the boundaries of the columns.
See Also