AxpDataGrid

EditFieldItem.Width Property

Gets or sets the Width of the EditFieldItem.

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

Property Value

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

Remarks

Example

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

See Also

EditFieldItem Class | Axezz.WebControls Namespace