Class CellRegion
A structure that represents a rectangular region of cells in GridViewDataControl. 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.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class CellRegion : ValueType
Constructors
CellRegion(Int32, Int32, Int32, Int32)
Initializes a new instance of the CellRegion struct.
Declaration
public CellRegion(int left, int top, int width, int height)
Parameters
System.Int32
left
|
System.Int32
top
|
System.Int32
width
|
System.Int32
height
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Operators
Equality(CellRegion, CellRegion)
Implements the operator ==.
Declaration
public static bool operator ==(CellRegion leftCellRegion, CellRegion rightCellRegion)
Parameters
CellRegion
leftCellRegion
Left cell region. |
CellRegion
rightCellRegion
Right cell region. |
Returns
System.Boolean
The result of the operator. |
Inequality(CellRegion, CellRegion)
Implements the operator !=.
Declaration
public static bool operator !=(CellRegion leftCellRegion, CellRegion rightCellRegion)
Parameters
CellRegion
leftCellRegion
Left cell region. |
CellRegion
rightCellRegion
Right cell region. |
Returns
System.Boolean
The result of the operator. |