Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / MergedHeaderCollection Class
Properties Methods Events


In This Topic
    MergedHeaderCollection Class Members
    In This Topic

    The following tables list the members exposed by MergedHeaderCollection.

    Public Properties
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<T>)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodRemoves all items from the collection. (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Protected MethodInserts a merged header at the specified index (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Protected MethodOverridden. Merged headers cannot be moved. They can be only be removed and added back.  
    Protected MethodRaises the CollectionChanged event using the specified NotifyCollectionChangedEventArgs. (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Protected MethodInvoked after an item is added. (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Protected MethodOverridden.   
    Protected MethodInvoked after an item is removed. (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Protected MethodOverridden.   
    Protected MethodRaises the PropertyChanged event using the specified PropertyChangedEventArgs. (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Protected MethodRemoves the merged header at the specified index. (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Protected MethodOverridden. Merged headers cannot be replaced. They can be only be removed and added back.  
    Top
    Public Events
     NameDescription
    Public EventRaised when a change occurs in the collection. (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Public EventRaised when the value of a property is changed. (Inherited from Xceed.Wpf.DataGrid.ContentElementCollection<MergedHeader>)
    Top
    See Also