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

CollectionDefinition.UseCollectionEditor Property

Specifies whether to enable collection editing within the collection. This is a dependency property.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public bool? UseCollectionEditor { get; set; }

Property Value

Type Description
Nullable<Boolean>

true, to enable collection editing; otherwise, false.

Remarks

If the UseCollectionEditor property is set to null, the value of the PropertyGridControl.UseCollectionEditor property is used to specify whether collection editing within the collection is enabled.

See Also