C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / DisableOnNoData Property

In This Topic
DisableOnNoData Property (InputMaskedTextBox)
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
 
See Also