Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / C1BindingSource Class / AllowNew Property

In This Topic
    AllowNew Property (C1BindingSource)
    In This Topic
    Gets or sets a value indicating whether the AddNew method can be used to add items to the list.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property AllowNew As System.Boolean
    public virtual System.bool AllowNew {get;}
    See Also