| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class StatFunctionCollection Inherits ObservableCollection(Of StatFunction) Implements ICollection(Of StatFunction), IEnumerable(Of StatFunction), IList(Of StatFunction), ICollection, IEnumerable, IList, INotifyCollectionChanged, INotifyPropertyChanged | |
| C# | |
|---|---|
[DefaultMemberAttribute("Item")] public class StatFunctionCollection : ObservableCollection<StatFunction>, ICollection<StatFunction>, IEnumerable<StatFunction>, IList<StatFunction>, ICollection, IEnumerable, IList, INotifyCollectionChanged, INotifyPropertyChanged | |
The statistical functions contained in this collection must each have a unique ResultPropertyName.
System.Object
System.Collections.ObjectModel.Collection<StatFunction>
System.Collections.ObjectModel.ObservableCollection<StatFunction>
Xceed.Wpf.DataGrid.Stats.StatFunctionCollection
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2


