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
Implements
Namespace: Syncfusion.Windows.Controls.Cells
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class VisibleCellSpanInfo : Object, 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 |