Skip to main content

InstanceInitializerAttribute(Type) 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
)

Parameters

Name Type Description
type Type

A Type object that specifies the instance type.

See Also