Skip to main content
A newer version of this page is available. .

CollectionDefinition.AllowAddItems Property

Gets or sets whether end-users can add new items to collection. This is a dependency property.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public bool AllowAddItems { get; set; }

Property Value

Type
Boolean
See Also