Gets or sets the Height of the EditFieldItem.
A Unit that represents the Height of the control. The default is Unit.Empty.
Example
Dim efi as New Axezz.WebControls.EditFieldItem
efi.ColumnName = "ProductName"
efi.Height = Unit.Parse("200px")
efi.Height = Unit.Pixel(200)
EditFieldItem Class | Axezz.WebControls Namespace