NewItemInstanceInitializerAttribute(Type, String, String) Constructor
Initializes a new instance of the NewItemInstanceInitializerAttribute class with specified settings.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v25.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | Specifies the instance type. |
| name | String | Specifies the instance name. |
| description | String | Specifies the instance description. |
See Also