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
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)
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. |
Overrides
System.Object.ToString()
Implements
System.IComparable