DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / ClientCollectionView Class / CanAdd Property

In This Topic
    CanAdd Property
    In This Topic
    Gets a value indicating whether the Add method is supported.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanAdd As Boolean
    public bool CanAdd {get;}
    See Also