Skip to main content
All docs
V23.2

NewItemInstanceInitializerAttribute(Type, String) Constructor

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

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public NewItemInstanceInitializerAttribute(
    Type type,
    string name
)

Parameters

Name Type Description
type Type

Specifies the instance type.

name String

Specifies the instance name.

See Also