AxpDataGrid

EditFieldItem.Height Property

Gets or sets the Height of the EditFieldItem.

[Visual Basic]
Public Property Height As Unit
[C#]
public System.Web.UI.WebControls.Unit Height {get; set;}

Property Value

A Unit that represents the Height of the control. The default is Unit.Empty.

Remarks

Example

Dim efi as New Axezz.WebControls.EditFieldItem
efi.ColumnName = "ProductName"
efi.Height = Unit.Parse("200px")
efi.Height = Unit.Pixel(200)

See Also

EditFieldItem Class | Axezz.WebControls Namespace