DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / NotifiesReplaceAsReset Property

In This Topic
    NotifiesReplaceAsReset Property
    In This Topic
    Gets whether the item changes(Replace) are notified as Reset.
    Syntax
    'Declaration
     
    Public ReadOnly Property NotifiesReplaceAsReset As Boolean
    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.
    See Also