ClassGridViewSummaryRowInfo
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
GridViewSummaryRowInfo(GridViewInfo, GridViewGroupRowInfo)
Initializes a new instance of the GridViewSummaryRowInfo class.
Declaration
public GridViewSummaryRowInfo(GridViewInfo gridViewInfo, GridViewGroupRowInfo group)
Parameters
gridViewInfo
The grid view information.
group
The group row information.
Properties
AllowedStates
Gets the allowed states for this row.
Declaration
public override AllowedGridViewRowInfoStates AllowedStates { get; }
Property Value
The allowed states.
Overrides
Group
Gets the DataGroup that owns this row.
Declaration
public override DataGroup Group { get; }
Property Value
The data group that owns this row.
Overrides
HierarchyLevel
Gets the hierarchy level of this summary row.
Declaration
public override int HierarchyLevel { get; }
Property Value
The hierarchy level.
Overrides
RowElementType
Gets the type of the GridRowElement for current GridViewRowInfo.
Declaration
public override Type RowElementType { get; }
Property Value
The type of the row element.
Overrides
SummaryRowItem
Gets the GridViewSummaryRowItem related with this row.
Declaration
public virtual GridViewSummaryRowItem SummaryRowItem { get; }
Property Value
Methods
GetSummary(GridViewDataColumn)
Gets the summary text for the specified column.
Declaration
public virtual string GetSummary(GridViewDataColumn column)
Parameters
column
The data column to get summary for.
Returns
The summary text for the specified column.
GetSummaryValues(GridViewDataColumn)
Gets all summary values for the specified column.
Declaration
public virtual object[] GetSummaryValues(GridViewDataColumn column)
Parameters
column
The data column to get summary values for.
Returns
object[]
An array of summary values for the specified column.
InvalidateRow()
Invalidates the row visual state.
Declaration
public override void InvalidateRow()
Overrides