
'Declaration <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> Public NotInheritable Class StatCellConfigurationCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of StatCellConfiguration)
'Usage Dim instance As StatCellConfigurationCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] public sealed class StatCellConfigurationCollection : System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.ObservableCollection<T>
Xceed.Wpf.DataGrid.StatCellConfigurationCollection
Name | Description | |
---|---|---|
![]() | Count | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Item | Overloaded. Gets the StatCellConfiguration from this StatCellConfigurationCollection with the resultPropertyName. |
Name | Description | |
---|---|---|
![]() | Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Contains | Overloaded. Try to find the StatCellConfiguration with the resultPropertyName in this StatCellConfigurationCollection. Returns true if found, false otherwise. |
![]() | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |
![]() | Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) |
![]() | RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
![]() | BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |
![]() | CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |
![]() | ClearItems | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |
![]() | InsertItem | Overridden. |
![]() | MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |
![]() | OnCollectionChanged | Overridden. |
![]() | OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |
![]() | RemoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |
![]() | SetItem | Overridden. |
Name | Description | |
---|---|---|
![]() | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |
Name | Description | |
---|---|---|
![]() | PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<StatCellConfiguration>) |