Skip to main content
A newer version of this page is available. .

InstanceInitializerAttribute(Type) Constructor

Initializes a new instance of the InstanceInitializerAttribute class.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public InstanceInitializerAttribute(
    Type type
)

Parameters

Name Type Description
type Type

A Type object that specifies the instance type.

See Also