Back to Devexpress

CollectionDefinition.AllowNewItemInitializer Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-collectiondefinition-65bb2610.md

latest1.3 KB
Original Source

CollectionDefinition.AllowNewItemInitializer Property

Gets or sets whether to enable the new item initializer for the collection. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

Assembly : DevExpress.Xpf.PropertyGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public bool? AllowNewItemInitializer { get; set; }
vb
Public Property AllowNewItemInitializer As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true, to enable the new item initializer; otherwise, false.

|

See Also

CollectionDefinition Class

CollectionDefinition Members

DevExpress.Xpf.PropertyGrid Namespace