Skip to main content
All docs
V25.1
  • NewItemInstanceInitializerAttribute(Type, String, String) Constructor

    Initializes a new instance of the NewItemInstanceInitializerAttribute class with specified settings.

    Namespace: DevExpress.Mvvm.DataAnnotations

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public NewItemInstanceInitializerAttribute(
        Type type,
        string name,
        string description
    )

    Parameters

    Name Type Description
    type Type

    Specifies the instance type.

    name String

    Specifies the instance name.

    description String

    Specifies the instance description.

    See Also