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

InstanceInitializer.Types Property

Gets or sets a list of available instance types.

Namespace: DevExpress.Xpf.PropertyGrid

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

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

Declaration

public virtual IEnumerable<TypeInfo> Types { get; set; }

Property Value

Type Description
IEnumerable<DevExpress.Mvvm.Native.TypeInfo>

A list of available instance types.

Remarks

The Types property specifies which items the end-user can add to a collection. To enable collection editing, set the CollectionDefinition.UseCollectionEditor to true.

See Also