ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1CollectionChangedEventArgs Class / ItemPropertiesChanged Property

In This Topic
    ItemPropertiesChanged Property (C1CollectionChangedEventArgs)
    In This Topic
    Gets or sets a value indicating whether the meta-data of the items contained in the collection was changed (i.e. a property was added/removed to/from the item).
    Syntax
    'Declaration
     
    
    Public Property ItemPropertiesChanged As Boolean
    public bool ItemPropertiesChanged {get; set;}

    Property Value

    true if a property was changed; otherwise, false.
    Remarks
    The C1DataGrid uses this information to re-create the auto-generated columns.
    See Also