ClassGridViewColumnGroupRow
Class
Represents a single level of the column groups hierarchy.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class GridViewColumnGroupRow : GridViewRowItem, IRowItem
Inheritance: objectRadRowItemGridViewRowItemGridViewColumnGroupRow
Implements:
Inherited Members
Properties
PartDataCellsPresenterName
Gets the name of the DataCellsPresenter.
Declaration
cs-api-definition
protected override string PartDataCellsPresenterName { get; }
Property Value
The name of the DataCellsPresenter.
Overrides
Methods
CreateItem()
Generates cell containers for GridViewColumnGroupRow.
Declaration
cs-api-definition
protected override GridViewCellBase CreateItem()
Returns
Overrides