menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellInfo - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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 that contains the height,width, and location of cell.

    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 of the cell.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved