| EditableListColumnOptionsHeight Property |
Gets or sets the height of the column.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax [BindableAttribute(true)]
public Unit Height { get; set; }
<BindableAttribute(true)>
Public Property Height As Unit
Get
Set
Property Value
Type:
Unit
A Unit that represents the height of the column.
The default is Empty, which indicates that this property is not set.
Return Value
Type:
UnitRemarks Use the Height property to specify or determine the height of the columnl.
See Also