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