Back to Devexpress

PropertyGridControl.AllowListItemInitializer Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-fed54ac0.md

latest1.3 KB
Original Source

PropertyGridControl.AllowListItemInitializer Property

Gets or sets whether to enable the list item initializer for the property grid. 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? AllowListItemInitializer { get; set; }
vb
Public Property AllowListItemInitializer As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

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

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace