Class GroupHeaderRow
GroupHeaderRow.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GroupHeaderRow : GridViewRowItem, IRowItem, IHorizontallyScrollable, IInputElement, IGroupRow, IVirtualizedContainer, ILayoutObserver, IRegisterBinding
Constructors
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
Group
Gets the associated IGroup object.
Declaration
public IGroup Group { get; }
Property Value
IGroup
The associated IGroup. The default value is null |
Implements
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
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
|
Implements
Level
Gets the level of this group row. This is a dependency property.
Declaration
public int Level { get; }
Property Value
System.Int32
|
Implements
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
CreateItem()
Generates cell containers for GridViewRowItem.
Declaration
protected override GridViewCellBase CreateItem()
Returns
GridViewCellBase
|
Overrides
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
Overrides
OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|