Class GridDataCellNestedGridModel
Cell Model for Grid Data Nested Cell.
Inheritance
System.Object
GridDataCellNestedGridModel
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridDataCellNestedGridModel : GridCellNestedGridModel, IDisposable
Constructors
GridDataCellNestedGridModel(GridNestedAxisLayout, GridNestedAxisLayout)
Declaration
public GridDataCellNestedGridModel(GridNestedAxisLayout rowLayout, GridNestedAxisLayout columnLayout)
Parameters
Type | Name | Description |
---|---|---|
GridNestedAxisLayout | rowLayout | |
GridNestedAxisLayout | columnLayout |
Methods
CreateRenderer()
Creates the renderer.
Declaration
public override IGridCellRenderer CreateRenderer()
Returns
Type |
---|
IGridCellRenderer |
Overrides
Implements
System.IDisposable