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 Boolean
public virtual bool AllowNew {get;}
See Also