WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridPrintCellInfo

    Show / Hide Table of Contents

    Class DataGridPrintCellInfo

    A class which provides the information to print the cells.

    Inheritance
    System.Object
    DataGridPrintCellInfo
    Namespace: Syncfusion.UI.Xaml.DataGrid.Print
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class DataGridPrintCellInfo : Object

    Constructors

    DataGridPrintCellInfo()

    Declaration
    public DataGridPrintCellInfo()

    Properties

    CellRect

    Gets or sets the Windows.Foundation.Rect information of a cell.

    Declaration
    public Rect CellRect { get; set; }
    Property Value
    Type Description
    Windows.Foundation.Rect

    Column

    Gets or sets the column that belongs to cell.

    Declaration
    public GridColumn Column { get; set; }
    Property Value
    Type Description
    GridColumn

    Element

    Gets or sets the UIElement that belongs to cell.

    Declaration
    public UIElement Element { get; set; }
    Property Value
    Type Description
    Microsoft.UI.Xaml.UIElement

    StackedColumn

    Gets or sets the stackedcolumn that belongs to cell.

    Declaration
    public StackedColumn StackedColumn { get; set; }
    Property Value
    Type Description
    StackedColumn
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved