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


In This Topic
    StatCellConfiguration Class Properties
    In This Topic

    For a list of all members of this type, see StatCellConfiguration members.

    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
    See Also