Skip to main content
All docs
V23.2

XamlInitializer.Types Property

Gets a list of the PropertyGrid.TypeDefinition instance types.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public List<TypeDefinition> Types { get; }

Property Value

Type Description
List<TypeDefinition>

A TypeDefinition list value.

Remarks

The Types property specifies which TypeDefinition items an end user can add to a collection.

See Also