StructCellRegion
Struct
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.
Definition
Namespace:Telerik.Windows.Controls.VirtualGrid
Assembly:Telerik.Windows.Controls.VirtualGrid.dll
Syntax:
cs-api-definition
public struct CellRegion
Constructors
CellRegion(int, int, int, int)
Initializes a new instance of the CellRegion struct.
Methods
Operators
operator !=(CellRegion, CellRegion)
Implements the operator !=.
Declaration
cs-api-definition
public static bool operator !=(CellRegion leftCellRegion, CellRegion rightCellRegion)
Parameters
leftCellRegion
Left cell region.
rightCellRegion
Right cell region.
Returns
The result of the operator.
operator ==(CellRegion, CellRegion)
Implements the operator ==.
Declaration
cs-api-definition
public static bool operator ==(CellRegion leftCellRegion, CellRegion rightCellRegion)
Parameters
leftCellRegion
Left cell region.
rightCellRegion
Right cell region.
Returns
The result of the operator.