Xceed DataGrid for WPF v7.2 Documentation
StatCellConfigurationCollection Class
Members 


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : StatCellConfigurationCollection Class
A collection of StatCellConfiguration to hold the different configurations of statCells.
Object Model
StatCellConfigurationCollection ClassStatCellConfiguration Class
Syntax
'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> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Xceed.Wpf.DataGrid.StatCellConfigurationCollection

Requirements

See Also

Reference

StatCellConfigurationCollection Members
Xceed.Wpf.DataGrid Namespace