Skip to main content
Tab

ColumnSeparatorStyle.Width Property

Gets or sets the width of column separators.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(typeof(Unit), "")]
public override Unit Width { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the width value.

Remarks

Use the Width property to control the width of column separators within the site map control which the current style applies to.

Note that column separators can be displayed when the ASPxSiteMapDataSource.ShowStartingNode property of the bound site map data source is set to false and there is more than one column in the site map control’s ASPxSiteMapControlBase.Columns collection. If the Width property is set to 0, column separators are not displayed and all their style settings defined via the properties of the ColumnSeparatorStyle class are not in effect.

See Also