New to Telerik UI for WPFStart a free 30-day trial

GroupHeaderRow.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class GroupHeaderRow : GridViewRowItem, IRowItem, IGroupRow

Inheritance: objectRadRowItemGridViewRowItemGroupHeaderRow

Implements: IGroupRowIRowItem

Inherited Members GridViewRowItem.HasHierarchyPropertyGridViewRowItem.IndentLevelPropertyGridViewRowItem.CellLoadedEventGridViewRowItem.CellUnloadedEventGridViewRowItem.HorizontalGridLinesBrushPropertyGridViewRowItem.HorizontalGridLinesWidthPropertyGridViewRowItem.VerticalGridLinesBrushPropertyGridViewRowItem.VerticalGridLinesWidthPropertyGridViewRowItem.OnCellLoaded(GridViewCellBase)GridViewRowItem.OnCellUnloaded(GridViewCellBase)GridViewRowItem.SetHorizontalScrollOffset(double)GridViewRowItem.OnItemChanged(object, object)GridViewRowItem.OnHasHierarchyChanged()GridViewRowItem.OnColumnsChanged(ObservableCollection<GridViewColumn>, NotifyCollectionChangedEventArgs)GridViewRowItem.HasHierarchyGridViewRowItem.PartDataCellsPresenterNameGridViewRowItem.GridViewDataControlGridViewRowItem.IndentLevelGridViewRowItem.CellsGridViewRowItem.HorizontalOffsetGridViewRowItem.HorizontalGridLinesBrushGridViewRowItem.HorizontalGridLinesWidthGridViewRowItem.VerticalGridLinesBrushGridViewRowItem.VerticalGridLinesWidthGridViewRowItem.CellLoadedGridViewRowItem.CellUnloadedRadRowItem.ItemPropertyRadRowItem.IsAlternatingPropertyRadRowItem.IsCurrentPropertyRadRowItem.IsSelectedPropertyRadRowItem.SelectedEventRadRowItem.UnselectedEventRadRowItem.IsCurrentChangedEventRadRowItem.RowIndicatorVisibilityPropertyRadRowItem.Dispose()RadRowItem.CreateIndentItem()RadRowItem.IsSelectable()RadRowItem.SelectionPropertyChanged(object, DependencyPropertyChangedEventArgs)RadRowItem.OnSelected(RadRoutedEventArgs)RadRowItem.OnUnselected(RadRoutedEventArgs)RadRowItem.OnIsCurrentChanged(bool)RadRowItem.OnIsAlternatingChanged(bool, bool)RadRowItem.OnMouseEnter(MouseEventArgs)RadRowItem.OnMouseMove(MouseEventArgs)RadRowItem.ItemRadRowItem.IsAlternatingRadRowItem.RowIndicatorVisibilityRadRowItem.ActionOnLostFocusRadRowItem.IsSelectedRadRowItem.IsCurrentRadRowItem.SelectedRadRowItem.UnselectedRadRowItem.IsCurrentChanged...

Constructors

Initializes a new instance of the GroupHeaderRow class.

C#
public GroupHeaderRow()

Fields

AggregateResultsProperty

DependencyProperty

Identifies the AggregateResults dependency property.

C#
public static readonly DependencyProperty AggregateResultsProperty

Identifies the AggregateResults dependency property.

C#
public static readonly DependencyProperty GroupAggregateResultsProperty

GroupHeaderTemplateProperty

DependencyProperty

Identifies the GroupHeaderTemplate dependency property.

C#
public static readonly DependencyProperty GroupHeaderTemplateProperty

GroupViewModelProperty

DependencyProperty

Identifies the GroupViewModel property .

C#
public static readonly DependencyProperty GroupViewModelProperty
Field Value:

The identifier for the GroupViewModel property.

HeaderProperty

DependencyProperty

Identifies the Header dependency property.

C#
public static readonly DependencyProperty HeaderProperty

IsExpandedProperty

DependencyProperty

Identifies the IsExpanded dependency property.

C#
public static readonly DependencyProperty IsExpandedProperty

LevelProperty

DependencyProperty

Identifies the Level dependency property.

C#
public static readonly DependencyProperty LevelProperty

Identifies the ShowGroupHeaderColumnAggregates dependency property.

C#
public static readonly DependencyProperty ShowGroupHeaderColumnAggregatesProperty

Identifies the ShowHeaderAggregates dependency property.

C#
public static readonly DependencyProperty ShowHeaderAggregatesProperty

Properties

Gets the aggregate results.

C#
public AggregateResultCollection AggregateResults { get; }
Property Value:

The aggregate results.

Implements: IGroupRow.AggregateResults

Gets the associated IGroup object.

C#
public IGroup Group { get; }
Property Value:

The associated IGroup. The default value is null

Implements: IGroupRow.Group

Gets the aggregate results.

C#
public IEnumerable<AggregateResult> GroupAggregateResults { get; }
Property Value:

The aggregate results.

Gets or sets the template for the group headers.

C#
public DataTemplate GroupHeaderTemplate { get; set; }
Property Value:

The data template.

Gets or sets the GroupViewModel which provides info typically displayed within the group header. This is a dependency property.

C#
public GroupViewModel GroupViewModel { get; set; }
Property Value:

The default value is null.

Gets or sets the header content of the group.

C#
public object Header { get; set; }
Property Value:

The header.

Implements: IGroupRow.Header

Gets the height of the header.

C#
public double HeaderHeight { get; }
Property Value:

The height of the header.

Gets or sets a value indicating whether the group is expanded.

C#
public bool IsExpanded { get; set; }
Property Value:

true if the group is expanded; otherwise, false.

Implements: IGroupRow.IsExpanded

Gets the level of this group row. This is a dependency property.

C#
public int Level { get; }

Implements: IGroupRow.Level

Gets or sets a value indicating whether to show column group header aggregates.

C#
public bool ShowGroupHeaderColumnAggregates { get; set; }

Gets or sets value indicator if header aggregates are visible or not.

C#
public bool ShowHeaderAggregates { get; set; }

Methods

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSizeReturns:

Size

Overrides: GridViewRowItem.ArrangeOverride(Size)

Generates cell containers for GridViewRowItem.

C#
protected override GridViewCellBase CreateItem()
Returns:

GridViewCellBase

Overrides: GridViewRowItem.CreateItem()

C#
protected override Size MeasureOverride(Size availableSize)
Parameters:availableSizeSizeReturns:

Size

Overrides: GridViewRowItem.MeasureOverride(Size)

C#
public override void OnApplyTemplate()

Overrides: GridViewRowItem.OnApplyTemplate()

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs