ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Summaries Namespace / DataGridGroupWithSummaryRow Class
Properties Methods Events


In This Topic
    DataGridGroupWithSummaryRow Class Members
    In This Topic

    The following tables list the members exposed by DataGridGroupWithSummaryRow.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DataGridGroupWithSummaryRow class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the user can toggle details, taking in consideration properties of the containing DataGrid. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this row is showing details, taking in consideration properties of the containing DataGrid. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the actual height in pixels. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the actual height in pixels (without the details). (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets a value indicating whether this row can be resized by the user. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets a value indicating whether the user can toggle details. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets the style applied to all the cells of this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the column related to the group. (Inherited from C1.Silverlight.DataGrid.DataGridGroupRow)
    Public PropertyGets the data grid to which the row belongs. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the data of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the visual element that will be arranged at the bottom of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets a value indicating whether this row is showing details. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public PropertyGets the collection of errors associated with this row. Add errors here if you want to display an error message in the corresponding row header. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets keys that identify the group. (Inherited from C1.Silverlight.DataGrid.DataGridGroupRow)
    Public PropertyGets or sets the visibility of the rows related to the group. (Inherited from C1.Silverlight.DataGrid.DataGridGroupRow)
    Public PropertyGets the visual element that represent the header of this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets the height of this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the distance between the row header and the first cell of the row. This empty space is only present when there are groups in the data grid. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the index of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this row is editable. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this row is editing. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether the mouse is over the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets a value indicating whether the user is allowed to set the current cell from this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether this row is selected. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public Property (Inherited from C1.Silverlight.DataGrid.DataGridGroupRow)
    Public PropertyGets or sets the maximum height (in pixels) allowed. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets the minimum height (in pixels) allowed. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the collection of rows to which this row belongs. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the parent group. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the visual element that represent this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets the style applied to the row header presenter of this row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the rows inside the group. (Inherited from C1.Silverlight.DataGrid.DataGridGroupRow)
    Public PropertyGets or sets the style of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets a value indicating whether to show vertical freezing separator. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the type of row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the collection of errors associated with this row. Add errors here if you want to display an error message in the corresponding row header. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets the vertical offset in pixels. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public PropertyGets or sets the visibility of the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Top
    Protected Properties
     NameDescription
    Protected PropertyOverridden. Gets the default height of this row.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public Method (Inherited from C1.Silverlight.DataGrid.DataGridGroupRow)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodUnload every visual element which is related to the row. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodReturns a System.String that represents the current System.Object. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public MethodOverloaded. Validates the DataItem. Implement IDataErrorInfo or INotifyDataErrorInfo in order to implement your own validation rules. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Top
    Public Events
     NameDescription
    Public EventOccurs after the CanUserResize value changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public EventOccurs after the CanUserToggleDetails value changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public EventOccurs after the visibility of the details of the row changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public EventOccurs when the rows related to the group visibility changed. (Inherited from C1.Silverlight.DataGrid.DataGridGroupRow)
    Public EventOccurs after the height was changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public EventOccurs when the IsEditing value changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public EventOccurs after the row is added to the collection of rows. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public EventOccurs when a property value changes. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Public EventOccurs after the visibility of the row changed. (Inherited from C1.Silverlight.DataGrid.DataGridRow)
    Top
    See Also