CanAddNew Property (C1CollectionView)
In This Topic
Gets a value indicating whether a new item can be added to the underlying collection using the
AddNew method.
Syntax
'Declaration
Public ReadOnly Property CanAddNew As Boolean
public bool CanAddNew {get;}
See Also