| 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; }
<BindableAttribute(true)>
Public Property Width As Unit
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:
UnitUse the Width property to specify or determine the width of the column.
Remarks See Also