Click or drag to resize

EditableListColumnOptionsWidth Property

Gets or sets the width of the column.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
public Unit Width { get; set; }

Property Value

Type: Unit
A Unit that represents the width of the column. The default is Empty, which indicates that this property is not set.

Return Value

Type: Unit
Use the Width property to specify or determine the width of the column.
Remarks