ComponentOne DataGrid for WPF and Silverlight
ItemPropertiesChanged Property (C1CollectionChangedEventArgs)

C1.WPF.DataGrid Namespace > C1CollectionChangedEventArgs Class : ItemPropertiesChanged Property
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 System.Boolean
public System.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

Reference

C1CollectionChangedEventArgs Class
C1CollectionChangedEventArgs Members