Class
GridViewColumnGroup

Represents a group of columns with a common header.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewColumnGroup : DependencyObject

Inheritance: objectGridViewColumnGroup

Constructors

GridViewColumnGroup()

Initializes a new instance of the GridViewColumnGroup class.

Declaration

cs-api-definition
public GridViewColumnGroup()

Fields

HeaderProperty

Represents the Header dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

HeaderStyleProperty

Identifies the HeaderCellStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderStyleProperty

Field Value

DependencyProperty

HeaderTemplateProperty

Identifies the HeaderTemplate property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderTemplateProperty

Field Value

DependencyProperty

Properties

ChildGroups

Gets or sets the subgroups of a column group.

Declaration

cs-api-definition
public ObservableCollection<GridViewColumnGroup> ChildGroups { get; }

Property Value

ObservableCollection<GridViewColumnGroup>

Header

Gets or sets the content to be displayed in the column group header.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

HeaderStyle

Gets or sets the style to be applied for the common column header in that group.

Declaration

cs-api-definition
public Style HeaderStyle { get; set; }

Property Value

Style

The cell style.

HeaderTemplate

Gets or sets the data template for the common header.

Declaration

cs-api-definition
public DataTemplate HeaderTemplate { get; set; }

Property Value

DataTemplate

Name

Gets or sets the name of the column group.

Declaration

cs-api-definition
public string Name { get; set; }

Property Value

string