Class CellInfo
Represents a class that contains the information about the cell information for printing.
Inheritance
System.Object
CellInfo
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class CellInfo : Object
Constructors
CellInfo()
Declaration
public CellInfo()
Properties
CellRect
Gets or sets the rect information of cell.
Declaration
public Rect CellRect { get; set; }
Property Value
Type | Description |
---|---|
Windows.Foundation.Rect | The |
ColumnName
Gets or sets the name of the column.
Declaration
public string ColumnName { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string that represents the name of the column. |
Element
Gets or sets the UIElement of the cell.
Declaration
public UIElement Element { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.UIElement | The |