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

SiteMapColumn.Width Property

Gets or sets the current column’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit value specifying the width of the column.

Remarks

Use the Width property to define the width of an individual column.

See Also