InstanceInitializerAttribute(Type, String) Constructor
Initializes a new instance of the InstanceInitializerAttribute class.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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