WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisibleOverlappingCellInfo

    Show / Hide Table of Contents

    Class VisibleOverlappingCellInfo

    This class maintains the state of a visible Overlapping Cell and lets you also access the underlying OverlappingCell for which this visible Overlapping Cell was created.

    Inheritance
    System.Object
    VisibleCellSpanInfo
    VisibleOverlappingCellInfo
    Implements
    System.IComparable
    Inherited Members
    VisibleCellSpanInfo.CompareTo(Object)
    VisibleCellSpanInfo.CellSpan
    VisibleCellSpanInfo.Top
    VisibleCellSpanInfo.Left
    VisibleCellSpanInfo.Bottom
    VisibleCellSpanInfo.Right
    VisibleCellSpanInfo.ExactBounds
    VisibleCellSpanInfo.ClippedBounds
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class VisibleOverlappingCellInfo : VisibleCellSpanInfo, IComparable

    Constructors

    VisibleOverlappingCellInfo()

    Initializes a new instance of the VisibleOverlappingCellInfo class.

    Declaration
    public VisibleOverlappingCellInfo()

    VisibleOverlappingCellInfo(Int32, Int32, OverlappingCellInfo)

    Initializes a new instance of the VisibleOverlappingCellInfo class.

    Declaration
    public VisibleOverlappingCellInfo(int top, int left, OverlappingCellInfo overlappingCell)
    Parameters
    Type Name Description
    System.Int32 top

    The Top.

    System.Int32 left

    The Left.

    OverlappingCellInfo overlappingCell

    Properties

    OverlappingCell

    Gets the Overlapping Cell.

    Declaration
    public OverlappingCellInfo OverlappingCell { get; }
    Property Value
    Type Description
    OverlappingCellInfo

    The Overlapping Cell.

    Methods

    ToString()

    Returns a System.String that represents this instance.

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

    A System.String that represents this instance.

    Overrides
    System.Object.ToString()

    Implements

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