menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellInfo - WPF 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
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class CellInfo

    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
    System.Windows.Rect

    The System.Windows.Rect 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
    System.Windows.UIElement

    The System.Windows.UIElement of the cell.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved