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