Back to Devexpress

CollectionDefinition.AllowRemoveItemsWithoutNewItemInitializer Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-collectiondefinition-7e362a6b.md

latest1.7 KB
Original Source

CollectionDefinition.AllowRemoveItemsWithoutNewItemInitializer Property

Gets or sets whether to display the Remove Item button for collection items that do not have the default public constructor or New Item Initializer.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

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

Property Value

TypeDescription
Boolean

true to display the Remove Item button; otherwise, false.

|

See Also

Collection Definitions

Grid Menus

CollectionDefinition Class

CollectionDefinition Members

DevExpress.Xpf.PropertyGrid Namespace