Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / StatCellConfiguration Class
Members


In This Topic
    StatCellConfiguration Class
    In This Topic
    Holds the configuration of a statCell. Presently, that includes StringFormat and StringFormatCulture to be able to format a StatCell.
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class StatCellConfiguration 
       Inherits System.Windows.Freezable
    'Usage
     
    Dim instance As StatCellConfiguration
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class StatCellConfiguration : System.Windows.Freezable 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Freezable
                Xceed.Wpf.DataGrid.StatCellConfiguration

    Requirements

    See Also