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

ColumnSeparatorStyle.Paddings Property

Gets the padding settings of a column separator.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override Paddings Paddings { get; }

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