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 |
---|
Windows.Foundation.Rect |
Column
Gets or sets the column that belongs to cell.
Declaration
public GridColumn Column { get; set; }
Property Value
Type |
---|
GridColumn |
Element
Gets or sets the UIElement that belongs to cell.
Declaration
public UIElement Element { get; set; }
Property Value
Type |
---|
Microsoft.UI.Xaml.UIElement |
StackedColumn
Gets or sets the stackedcolumn that belongs to cell.
Declaration
public StackedColumn StackedColumn { get; set; }
Property Value
Type |
---|
StackedColumn |