Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / StatCellConfiguration Class
Fields Properties Methods Events


In This Topic
    StatCellConfiguration Class Members
    In This Topic

    The following tables list the members exposed by StatCellConfiguration.

    Public Constructors
     NameDescription
    Public ConstructorIntializes a new instance of the StatCellConfiguration class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the ExportFieldName dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LabelPlacement dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Label dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ResultPropertyName dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the StringFormatCulture dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the StringFormat dependency property.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Windows.Freezable)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public PropertyGets or sets the fieldName of the Column under which the stat cell will be exported.  
    Public Property (Inherited from System.Windows.Freezable)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets or sets the label to be added with the stat result when exporting to Excel.  
    Public PropertyGets or sets the position of the label when exporting to Excel.  
    Public PropertyGets or sets the name of the StatCellConfiguration. The name has to match the StatCell.ResultPropertyName in order for the StatCellConfiguration to be applied to a specific statCell.  
    Public PropertyGets or sets the StringFormat of the StatCellConfiguration. The StringFormat will be applied to the statCell with the same ResultPropertyName as this StatCellConfiguration.ResultPropertyName.  
    Public PropertyGets or sets the StringFormatCulture of the StatCellConfiguration. The StringFormatCulture will be applied to the statCell with the same ResultPropertyName as this StatCellConfiguration.ResultPropertyName.  
    Top
    Public Methods
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. 
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Windows.Freezable)
    Public EventRaised when the value of a property is changed.  
    Top
    See Also