skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class GroupHeaderRow

GroupHeaderRow.

Inheritance
System.Object
RadRowItem
GridViewRowItem
GroupHeaderRow
Inherited Members
GridViewRowItem.HasHierarchyProperty
GridViewRowItem.IndentLevelProperty
GridViewRowItem.CellLoadedEvent
GridViewRowItem.CellUnloadedEvent
GridViewRowItem.HorizontalGridLinesBrushProperty
GridViewRowItem.HorizontalGridLinesWidthProperty
GridViewRowItem.VerticalGridLinesBrushProperty
GridViewRowItem.VerticalGridLinesWidthProperty
GridViewRowItem.OnCellLoaded(GridViewCellBase)
GridViewRowItem.OnCellUnloaded(GridViewCellBase)
GridViewRowItem.SetHorizontalScrollOffset(Double)
GridViewRowItem.OnItemChanged(Object, Object)
GridViewRowItem.OnHasHierarchyChanged()
GridViewRowItem.OnColumnsChanged(ObservableCollection<GridViewColumn>, NotifyCollectionChangedEventArgs)
GridViewRowItem.HasHierarchy
GridViewRowItem.PartDataCellsPresenterName
GridViewRowItem.GridViewDataControl
GridViewRowItem.IndentLevel
GridViewRowItem.Cells
GridViewRowItem.HorizontalOffset
GridViewRowItem.HorizontalGridLinesBrush
GridViewRowItem.HorizontalGridLinesWidth
GridViewRowItem.VerticalGridLinesBrush
GridViewRowItem.VerticalGridLinesWidth
GridViewRowItem.CellLoaded
GridViewRowItem.CellUnloaded
RadRowItem.ItemProperty
RadRowItem.IsAlternatingProperty
RadRowItem.IsCurrentProperty
RadRowItem.IsSelectedProperty
RadRowItem.SelectedEvent
RadRowItem.UnselectedEvent
RadRowItem.IsCurrentChangedEvent
RadRowItem.RowIndicatorVisibilityProperty
RadRowItem.Dispose()
RadRowItem.CreateIndentItem()
RadRowItem.IsSelectable()
RadRowItem.SelectionPropertyChanged(Object, DependencyPropertyChangedEventArgs)
RadRowItem.OnSelected(RadRoutedEventArgs)
RadRowItem.OnUnselected(RadRoutedEventArgs)
RadRowItem.OnIsCurrentChanged(Boolean)
RadRowItem.OnIsAlternatingChanged(Boolean, Boolean)
RadRowItem.OnMouseEnter(MouseEventArgs)
RadRowItem.OnMouseMove(MouseEventArgs)
RadRowItem.IRowItem.get_DataContext()
RadRowItem.IRowItem.set_DataContext(Object)
RadRowItem.Item
RadRowItem.IsAlternating
RadRowItem.RowIndicatorVisibility
RadRowItem.ActionOnLostFocus
RadRowItem.IsSelected
RadRowItem.IsCurrent
RadRowItem.Selected
RadRowItem.Unselected
RadRowItem.IsCurrentChanged
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll

Syntax

public class GroupHeaderRow : GridViewRowItem, IRowItem, IHorizontallyScrollable, IGroupRow, IVirtualizedContainer, ILayoutObserver

Constructors

GroupHeaderRow()

Initializes a new instance of the GroupHeaderRow class.

Declaration
public GroupHeaderRow()

Fields

AggregateResultsProperty

Identifies the AggregateResults dependency property.

Declaration
public static readonly DependencyProperty AggregateResultsProperty
Field Value
System.Windows.DependencyProperty

GroupAggregateResultsProperty

Identifies the AggregateResults dependency property.

Declaration
public static readonly DependencyProperty GroupAggregateResultsProperty
Field Value
System.Windows.DependencyProperty

GroupHeaderTemplateProperty

Identifies the GroupHeaderTemplate dependency property.

Declaration
public static readonly DependencyProperty GroupHeaderTemplateProperty
Field Value
System.Windows.DependencyProperty

GroupViewModelProperty

Identifies the GroupViewModel property .

Declaration
public static readonly DependencyProperty GroupViewModelProperty
Field Value
System.Windows.DependencyProperty

The identifier for the GroupViewModel property.

HeaderProperty

Identifies the Header dependency property.

Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.Windows.DependencyProperty

IsExpandedProperty

Identifies the IsExpanded dependency property.

Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.Windows.DependencyProperty

LevelProperty

Identifies the Level dependency property.

Declaration
public static readonly DependencyProperty LevelProperty
Field Value
System.Windows.DependencyProperty

ShowGroupHeaderColumnAggregatesProperty

Identifies the ShowGroupHeaderColumnAggregates dependency property.

Declaration
public static readonly DependencyProperty ShowGroupHeaderColumnAggregatesProperty
Field Value
System.Windows.DependencyProperty

ShowHeaderAggregatesProperty

Identifies the ShowHeaderAggregates dependency property.

Declaration
public static readonly DependencyProperty ShowHeaderAggregatesProperty
Field Value
System.Windows.DependencyProperty

Properties

AggregateResults

Gets the aggregate results.

Declaration
public AggregateResultCollection AggregateResults { get; }
Property Value
AggregateResultCollection

The aggregate results.

Implements
IGroupRow.AggregateResults

Group

Gets the associated IGroup object.

Declaration
public IGroup Group { get; }
Property Value
IGroup

The associated IGroup. The default value is null

Implements
IGroupRow.Group

GroupAggregateResults

Gets the aggregate results.

Declaration
public IEnumerable<AggregateResult> GroupAggregateResults { get; }
Property Value
System.Collections.Generic.IEnumerable<AggregateResult>

The aggregate results.

GroupHeaderTemplate

Gets or sets the template for the group headers.

Declaration
public DataTemplate GroupHeaderTemplate { get; set; }
Property Value
System.Windows.DataTemplate

The data template.

GroupViewModel

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

Declaration
public GroupViewModel GroupViewModel { get; set; }
Property Value
GroupViewModel

The default value is null.

Header

Gets or sets the header content of the group.

Declaration
public object Header { get; set; }
Property Value
System.Object

The header.

Implements
IGroupRow.Header

HeaderHeight

Gets the height of the header.

Declaration
public double HeaderHeight { get; }
Property Value
System.Double

The height of the header.

IsExpanded

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

Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean

true if the group is expanded; otherwise, false.

Implements
IGroupRow.IsExpanded

Level

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

Declaration
public int Level { get; }
Property Value
System.Int32

Implements
IGroupRow.Level

ShowGroupHeaderColumnAggregates

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

Declaration
public bool ShowGroupHeaderColumnAggregates { get; set; }
Property Value
System.Boolean

ShowHeaderAggregates

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

Declaration
public bool ShowHeaderAggregates { get; set; }
Property Value
System.Boolean

Methods

ArrangeOverride(Size)

Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size finalSize

Returns
System.Windows.Size

Overrides
GridViewRowItem.ArrangeOverride(Size)

CreateItem()

Generates cell containers for GridViewRowItem.

Declaration
protected override GridViewCellBase CreateItem()
Returns
GridViewCellBase

Overrides
GridViewRowItem.CreateItem()

MeasureOverride(Size)

Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size availableSize

Returns
System.Windows.Size

Overrides
GridViewRowItem.MeasureOverride(Size)

OnApplyTemplate()

Declaration
public override void OnApplyTemplate()
Overrides
GridViewRowItem.OnApplyTemplate()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

OnInitialized(EventArgs)

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.