Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public bool AllowAddItems { get; set; }

Property Value

Type
Boolean
See Also