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.
Declaration
public GridViewSummaryRowInfo(GridViewInfo gridViewInfo, GridViewGroupRowInfo group)
Parameters
GridViewInfo
gridViewInfo
|
GridViewGroupRowInfo
group
|
Properties
AllowedStates
Gets the allowed states.
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
|
Overrides
HierarchyLevel
Gets the hierarchy level.
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
|
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
|
Returns
System.String
|
GetSummaryValues(GridViewDataColumn)
Gets all summary values for the specified column.
Declaration
public virtual object[] GetSummaryValues(GridViewDataColumn column)
Parameters
GridViewDataColumn
column
|
Returns
System.Object[]
|
InvalidateRow()
Invalidates the row visual state.
Declaration
public override void InvalidateRow()