[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.NotifiesReplaceAsReset

NotifiesReplaceAsReset Property

NotifiesReplaceAsReset

Gets whether the item changes(Replace) are notified as Reset.

Declaration
public bool NotifiesReplaceAsReset { get; }
Remarks

This property is particularly relevant when using this collection as the source of WPF DataGrid and the item type implements INotifyPropertyChanged, because that grid ignores these cases and do nothing.