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