menu

WPF

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

    Show / Hide Table of Contents

    Class VisibleCoveredCellInfo

    This class maintains the state of a visible covered cell and lets you also access the underlying CoveredCell for which this visible covered cell was created.

    Inheritance
    System.Object
    VisibleCellSpanInfo
    VisibleCoveredCellInfo
    Implements
    System.IComparable
    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)
    VisibleCellSpanInfo.Bottom
    VisibleCellSpanInfo.CellSpan
    VisibleCellSpanInfo.ClippedBounds
    VisibleCellSpanInfo.CompareTo(Object)
    VisibleCellSpanInfo.ExactBounds
    VisibleCellSpanInfo.Left
    VisibleCellSpanInfo.Right
    VisibleCellSpanInfo.Top
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class VisibleCoveredCellInfo : VisibleCellSpanInfo, IComparable

    Constructors

    VisibleCoveredCellInfo()

    Initializes a new instance of the VisibleCoveredCellInfo class.

    Declaration
    public VisibleCoveredCellInfo()

    VisibleCoveredCellInfo(Int32, Int32, CoveredCellInfo)

    Initializes a new instance of the VisibleCoveredCellInfo class.

    Declaration
    public VisibleCoveredCellInfo(int top, int left, CoveredCellInfo coveredCell)
    Parameters
    Type Name Description
    System.Int32 top

    The visible top row index.

    System.Int32 left

    The visible left column index.

    CoveredCellInfo coveredCell

    The covered cell.

    Properties

    CoveredCell

    Gets the covered cell.

    Declaration
    public CoveredCellInfo CoveredCell { get; }
    Property Value
    Type Description
    CoveredCellInfo

    The covered cell.

    Methods

    ToString()

    Returns a System.String that represents the current System.Object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents the current System.Object.

    Overrides
    System.Object.ToString()

    Implements

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