[]
        
(Showing Draft Content)

C1.Schedule.C1BindingSource.AllowNew

AllowNew Property

AllowNew

Gets or sets a value indicating whether the AddNew() method can be used to add items to the list.

Declaration
[C1Description("C1BindingSource.AllowNew", "Indicates whether the AddNew method can be used to add items to the list.")]
[Browsable(false)]
public virtual bool AllowNew { get; }
Implements