Struct
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.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public struct CellRegion

Constructors

CellRegion(int, int, int, int)

Initializes a new instance of the CellRegion struct.

Declaration

cs-api-definition
public CellRegion(int left, int top, int width, int height)

Parameters

left

int

top

int

width

int

height

int

Methods

Equals(object)

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides ValueType.Equals(object)

GetHashCode()

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides ValueType.GetHashCode()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides ValueType.ToString()

Operators

operator !=(CellRegion, CellRegion)

Implements the operator !=.

Declaration

cs-api-definition
public static bool operator !=(CellRegion leftCellRegion, CellRegion rightCellRegion)

Parameters

leftCellRegion

CellRegion

Left cell region.

rightCellRegion

CellRegion

Right cell region.

Returns

bool

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

CellRegion

Left cell region.

rightCellRegion

CellRegion

Right cell region.

Returns

bool

The result of the operator.