TitleIndexColumn.Width Property
Gets or sets the current column's width.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(typeof(Unit), "")]
public Unit Width { get; set; }
<DefaultValue(GetType(Unit), "")>
Public Property Width As Unit
Property Value
Type | Default | Description |
---|---|---|
Unit | A Unit value specifying the width of the column. |
Remarks
Use the Width property to define the width of an individual column.
See Also
Feedback