ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1CheckBox Class / DisableOnNoData Property

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