ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridGroupWithSummaryRowPresenter Class
Members

In This Topic
    DataGridGroupWithSummaryRowPresenter Class
    In This Topic
    Visual representation of a group row which contains summaries.
    Object Model
    DataGridGroupWithSummaryRowPresenter Class
    Syntax
    'Declaration
     
    
    <TemplatePartAttribute(Name="GroupName", Type=System.Windows.Controls.ContentPresenter)>
    <TemplateVisualStateAttribute(Name="Disabled", GroupName="CommonStates")>
    <DefaultMemberAttribute("Item")>
    Public Class DataGridGroupWithSummaryRowPresenter 
       Inherits C1.Silverlight.DataGrid.DataGridGroupRowPresenter
    [TemplatePart(Name="GroupName", Type=System.Windows.Controls.ContentPresenter)]
    [TemplateVisualState(Name="Disabled", GroupName="CommonStates")]
    [DefaultMember("Item")]
    public class DataGridGroupWithSummaryRowPresenter : C1.Silverlight.DataGrid.DataGridGroupRowPresenter 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.DataGrid.DataGridRowPresenter
                      C1.Silverlight.DataGrid.DataGridSelectableRowPresenter
                         C1.Silverlight.DataGrid.DataGridGroupRowPresenter
                            C1.Silverlight.DataGrid.Summaries.DataGridGroupWithSummaryRowPresenter

    See Also