Class GridDataCellNestedGridModel
Cell Model for Grid Data Nested Cell.
Inheritance
System.Object
GridDataCellNestedGridModel
Implements
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
IGridCellRenderer |
Overrides
Implements
System.IDisposable