menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NestedGridPaint - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NestedGridPaint

    Inheritance
    System.Object
    NestedGridPaint
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public class NestedGridPaint

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved