| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class DataGridItemPropertyCollection Inherits ObservableCollection(Of DataGridItemProperty) Implements ICollection(Of DataGridItemProperty), IEnumerable(Of DataGridItemProperty), IList(Of DataGridItemProperty), ICollection, IEnumerable, IList, INotifyCollectionChanged, INotifyPropertyChanged | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class DataGridItemPropertyCollection : ObservableCollection<DataGridItemProperty>, ICollection<DataGridItemProperty>, IEnumerable<DataGridItemProperty>, IList<DataGridItemProperty>, ICollection, IEnumerable, IList, INotifyCollectionChanged, INotifyPropertyChanged | |
Programmatically, when the DataGridCollectionView is bound to a data source, the ItemProperties.Clear method must be called prior to adding DataGridItemProperty objects to the ItemProperties collection to remove items that were automatically added when the DataGridCollectionView was instantiated.
System.Object
System.Collections.ObjectModel.Collection<DataGridItemProperty>
System.Collections.ObjectModel.ObservableCollection<DataGridItemProperty>
Xceed.Wpf.DataGrid.DataGridItemPropertyCollection
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2


