AxpDataGrid

EditFieldItem.Visible Property

Whether an input field is visible.

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

Property Value

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

Remarks

Hide an input field by setting Visible=False

See Also

EditFieldItem Class | Axezz.WebControls Namespace