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