Class GridViewColumnGroupRow
Represents a single level of the column groups hierarchy.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewColumnGroupRow : GridViewRowItem, IRowItem, IHorizontallyScrollable, ILayoutObserver, IInputElement, IRegisterBinding
Properties
PartDataCellsPresenterName
Gets the name of the DataCellsPresenter.
Declaration
protected override string PartDataCellsPresenterName { get; }
Property Value
System.String
The name of the DataCellsPresenter. |
Overrides
Methods
CreateItem()
Generates cell containers for GridViewColumnGroupRow.
Declaration
protected override GridViewCellBase CreateItem()
Returns
GridViewCellBase
|