Skip to main content

InstanceInitializerAttribute(Type, String) Constructor

Initializes a new instance of the InstanceInitializerAttribute class.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public InstanceInitializerAttribute(
    Type type,
    string name
)

Parameters

Name Type Description
type Type

A Type object that specifies the instance type.

name String

A String value that specifies the instance name.

See Also