Class StackedHeaderCellModel
Implements the model part for a header cell
Inheritance
System.Object
StackedHeaderCellModel
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable
Inherited Members
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class StackedHeaderCellModel : GridHeaderCellModel, ISerializable, IDisposable
Constructors
StackedHeaderCellModel(GridModel, GridExcelFilter)
Initializes a new StackedHeaderCellModel object and stores a reference to the GridModel this cell belongs to.
Declaration
public StackedHeaderCellModel(GridModel grid, GridExcelFilter filter)
Parameters
| Type | Name | Description |
|---|---|---|
| GridModel | grid | The GridModel for this cell model. |
| GridExcelFilter | filter | Indicates the type of filter |
Remarks
You typically access cell models through the CellModels property of the GridModel class.
Methods
CreateRenderer(GridControlBase)
Creates a cell renderer.
Declaration
public override GridCellRendererBase CreateRenderer(GridControlBase control)
Parameters
| Type | Name | Description |
|---|---|---|
| GridControlBase | control | The GridControlBase to be wired with StackedHeaderCell model. |
Returns
| Type |
|---|
| GridCellRendererBase |
Overrides
Implements
System.Runtime.Serialization.ISerializable
System.IDisposable