Calendar for WinForms | ComponentOne
C1.Win.Input.Base Namespace / IDropDownEditorBase Interface / DisableOnNoData Property

In This Topic
    DisableOnNoData Property (IDropDownEditorBase)
    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
     
    
    Property DisableOnNoData As Boolean
    bool DisableOnNoData {get; set;}
    See Also