Class NestedGridPaint
Inheritance
System.Object
NestedGridPaint
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class NestedGridPaint : Object
Constructors
NestedGridPaint()
Default constructor.
Declaration
public NestedGridPaint()
Methods
DrawNestedGrid(DrawingContext, Rect, GridRenderStyleInfo, GridNestedAxisLayout, GridNestedAxisLayout)
Draws the nested grid.
Declaration
public void DrawNestedGrid(DrawingContext dc, Rect rc, GridRenderStyleInfo style, GridNestedAxisLayout rowLayout, GridNestedAxisLayout columnLayout)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | The dc. |
System.Windows.Rect | rc | The rc. |
GridRenderStyleInfo | style | The style. |
GridNestedAxisLayout | rowLayout | The row layout. |
GridNestedAxisLayout | columnLayout | The column layout. |