Class CellRegion
A structure that represents a rectangular region of cells in RadVirtualGrid. The origin of the region is specified by the Left and Top properties. The extent of the region is specified by the Width and the Height properties.
Inheritance
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public sealed class CellRegion : ValueType
Constructors
CellRegion(Int32, Int32, Int32, Int32)
Initializes a new instance of the Cell
Declaration
public CellRegion(int left, int top, int width, int height)
Parameters
System.
|
System.
|
System.
|
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Operators
Equality(CellRegion, CellRegion)
Implements the operator ==.
Declaration
public static bool operator ==(CellRegion leftCellRegion, CellRegion rightCellRegion)
Parameters
Cell Left cell region. |
Cell Right cell region. |
Returns
System. The result of the operator. |
Inequality(CellRegion, CellRegion)
Implements the operator !=.
Declaration
public static bool operator !=(CellRegion leftCellRegion, CellRegion rightCellRegion)
Parameters
Cell Left cell region. |
Cell Right cell region. |
Returns
System. The result of the operator. |