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 |
---|
System.Collections.Generic.List<DataGridPrintCellInfo> |
Data
Gets or sets the data of a row.
Declaration
public object Data { get; set; }
Property Value
Type |
---|
System.Object |
RowIndex
Gets or sets an index of a row.
Declaration
public int RowIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
RowType
Gets or sets the value that indicates the type of row.
Declaration
public RowType RowType { get; set; }
Property Value
Type |
---|
RowType |