Skip to main content
All docs
V25.1
  • XamlInitializer.Types Property

    Gets a list of the PropertyGrid.TypeDefinition instance types.

    Namespace: DevExpress.Xpf.PropertyGrid

    Assembly: DevExpress.Xpf.PropertyGrid.v25.1.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