AllowNew Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridCollectionView Class : AllowNew Property

Gets a value indicating whether new items can be added to the collection through the AddNew method.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AllowNew As Boolean
C# 
public bool AllowNew {get;}

Return Value

true if the AddNew method can be used to add new items to the collection; false otherwise.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also