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.v18.2.dll

Declaration

public InstanceInitializerAttribute(
    Type type
)

Parameters

Name Type Description
type Type

A Type object that specifies the instance type.

See Also