ClassGridViewColumnGroup
Represents a group of columns with a common header.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewColumnGroup : DependencyObject
Inheritance: objectGridViewColumnGroup
Constructors
GridViewColumnGroup()
Initializes a new instance of the GridViewColumnGroup class.
Declaration
public GridViewColumnGroup()
Fields
HeaderProperty
Represents the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
HeaderStyleProperty
Identifies the HeaderCellStyle dependency property.
Declaration
public static readonly DependencyProperty HeaderStyleProperty
Field Value
DependencyProperty
HeaderTemplateProperty
Identifies the HeaderTemplate property.
Declaration
public static readonly DependencyProperty HeaderTemplateProperty
Field Value
DependencyProperty
Properties
ChildGroups
Gets or sets the subgroups of a column group.
Declaration
public ObservableCollection<GridViewColumnGroup> ChildGroups { get; }
Property Value
Header
Gets or sets the content to be displayed in the column group header.
HeaderStyle
Gets or sets the style to be applied for the common column header in that group.
Declaration
public Style HeaderStyle { get; set; }
Property Value
Style
The cell style.
HeaderTemplate
Gets or sets the data template for the common header.
Declaration
public DataTemplate HeaderTemplate { get; set; }
Property Value
DataTemplate