AxpDataGrid

EditFieldItem.Required Property

Whether an input field is Required.

[Visual Basic]
Public Property Required As Boolean
[C#]
public bool Required {get; set;}

Property Value

true if an input field is Required, false otherwise. Default is false.

See Also

EditFieldItem Class | Axezz.WebControls Namespace