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
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