DisableOnNoData Property (C1TextBox)
Gets or sets whether the text box should be disabled when it is bound to an empty data source, i.e. CurrencyManager.Count = 0.
public bool DisableOnNoData {get; set;}
'Declaration
Public Property DisableOnNoData As Boolean