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