Skip to main content
Tab

TitleIndexColumn.Width Property

Gets or sets the current column’s width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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