InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / DisableOnNoData Property

In This Topic
    DisableOnNoData Property (InputComboBox)
    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