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