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.
Implements
System.IComparable
Inherited Members
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. |
Implements
System.IComparable