Represents a row containing summary information in RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
public class GridViewSummaryRowInfo : GridViewSystemRowInfo, IDataItem, IHierarchicalRow, INotifyPropertyChanged, INotifyPropertyChangingEx, IDisposable, IComparable<GridViewSystemRowInfo>
Inheritance: objectGridViewRowInfoGridViewSystemRowInfoGridViewSummaryRowInfo
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewSummaryRowInfo class.
public GridViewSummaryRowInfo(GridViewInfo gridViewInfo, GridViewGroupRowInfo group)
The grid view information.
groupGridViewGroupRowInfoThe group row information.
Properties
Gets the allowed states for this row.
public override AllowedGridViewRowInfoStates AllowedStates { get; }
The allowed states.
Overrides:
Gets the DataGroup that owns this row.
public override DataGroup Group { get; }
The data group that owns this row.
Overrides:
Gets the hierarchy level of this summary row.
public override int HierarchyLevel { get; }
The hierarchy level.
Overrides:
Gets the type of the GridRowElement for current GridViewRowInfo.
public override Type RowElementType { get; }
The type of the row element.
Overrides:
Gets the GridViewSummaryRowItem related with this row.
public virtual GridViewSummaryRowItem SummaryRowItem { get; }
Methods
Gets the summary text for the specified column.
public virtual string GetSummary(GridViewDataColumn column)
The data column to get summary for.
Returns:The summary text for the specified column.
Gets all summary values for the specified column.
public virtual object[] GetSummaryValues(GridViewDataColumn column)
The data column to get summary values for.
Returns:object[]
An array of summary values for the specified column.
Invalidates the row visual state.
public override void InvalidateRow()
Overrides: