XamlInitializer.Types Property
Gets a list of the PropertyGrid.TypeDefinition instance types.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
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