menu

WPF

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

    Show / Hide Table of Contents

    Class VisibleCellSpanInfo

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

    Inheritance
    System.Object
    VisibleCellSpanInfo
    VisibleCellSpanBackgroundInfo
    VisibleCoveredCellInfo
    VisibleOverlappingCellInfo
    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)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public class VisibleCellSpanInfo : IComparable

    Constructors

    VisibleCellSpanInfo()

    Initializes a new instance of the VisibleCellSpanInfo class.

    Declaration
    public VisibleCellSpanInfo()

    VisibleCellSpanInfo(Int32, Int32)

    Initializes a new instance of the VisibleCellSpanInfo class.

    Declaration
    public VisibleCellSpanInfo(int top, int left)
    Parameters
    Type Name Description
    System.Int32 top

    The top visible row index.

    System.Int32 left

    The left visible column index.

    VisibleCellSpanInfo(Int32, Int32, CellSpanInfo)

    Initializes a new instance of the VisibleCellSpanInfo class.

    Declaration
    public VisibleCellSpanInfo(int top, int left, CellSpanInfo cellSpan)
    Parameters
    Type Name Description
    System.Int32 top

    The top visible row index.

    System.Int32 left

    The left visible column index.

    CellSpanInfo cellSpan

    The cell span.

    Properties

    Bottom

    Gets the visible bottom row index.

    Declaration
    public int Bottom { get; }
    Property Value
    Type Description
    System.Int32

    The bottom.

    CellSpan

    Gets the underling cell span.

    Declaration
    public CellSpanInfo CellSpan { get; }
    Property Value
    Type Description
    CellSpanInfo

    The cell span.

    ClippedBounds

    Gets the clipped bounds.

    Declaration
    public Rect ClippedBounds { get; }
    Property Value
    Type Description
    System.Windows.Rect

    The clipped bounds.

    ExactBounds

    Gets the exact bounds.

    Declaration
    public Rect ExactBounds { get; }
    Property Value
    Type Description
    System.Windows.Rect

    The exact bounds.

    Left

    Gets the visible left column index.

    Declaration
    public int Left { get; }
    Property Value
    Type Description
    System.Int32

    The left.

    Right

    Gets the visible right column index.

    Declaration
    public int Right { get; }
    Property Value
    Type Description
    System.Int32

    The right.

    Top

    Gets the visible top row index.

    Declaration
    public int Top { get; }
    Property Value
    Type Description
    System.Int32

    The top.

    Methods

    CompareTo(Object)

    Compares the current instance with another object of the same type.

    Declaration
    public int CompareTo(object obj)
    Parameters
    Type Name Description
    System.Object obj

    An object to compare with this instance.

    Returns
    Type Description
    System.Int32

    A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these meanings: Value Meaning Less than zero This instance is less than obj. Zero This instance is equal to obj. Greater than zero This instance is greater than obj.

    Implements

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