Skip to main content
All docs
V25.1
  • NewItemInstanceInitializerAttribute Class

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

    Namespace: DevExpress.Mvvm.DataAnnotations

    Assembly: DevExpress.Mvvm.v25.1.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