Skip to main content
All docs
V24.2

NewItemInstanceInitializerAttribute Class

Contains attributes that are used to initialize a new item of a dictionary.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v24.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

#Declaration

public class NewItemInstanceInitializerAttribute :
    InstanceInitializerAttributeBase

#Remarks

Refer to the following example for more information: View Example: WPF PropertyGrid - Add an Object with Predefined Property Values to a Collection

#Inheritance

Object
Attribute
DevExpress.Mvvm.DataAnnotations.InstanceInitializerAttributeBase
NewItemInstanceInitializerAttribute
See Also