WinUI

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

    Show / Hide Table of Contents

    Class DataGridPrintRowInfo

    A class which provides the information to print the rows.

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

    Constructors

    DataGridPrintRowInfo()

    Declaration
    public DataGridPrintRowInfo()

    Properties

    Cells

    Gets or sets the list of DataGridPrintCellInfo collection in row.

    Declaration
    public List<DataGridPrintCellInfo> Cells { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<DataGridPrintCellInfo>

    Data

    Gets or sets the data of a row.

    Declaration
    public object Data { get; set; }
    Property Value
    Type Description
    System.Object

    RowIndex

    Gets or sets an index of a row.

    Declaration
    public int RowIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    RowType

    Gets or sets the value that indicates the type of row.

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