Class
MergedCellInfo

Class that describes the backing data behind an instance of GridViewMergedCell.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class MergedCellInfo

Inheritance: objectMergedCellInfo

Constructors

MergedCellInfo(int, int, int, int, object)

Initializes a new instance of the MergedCellInfo class.

Declaration

cs-api-definition
public MergedCellInfo(int horizontalStart, int verticalStart, int height, int width, object value)

Parameters

horizontalStart

int

The horizontal start.

verticalStart

int

The vertical start.

height

int

The height.

width

int

The width.

value

object

The value.

Properties

Height

Gets the height of the underlying GridMergedCell.

Declaration

cs-api-definition
public int Height { get; }

Property Value

int

The height.

HorizontalStart

Gets the horizontal start of the underlying GridMergedCell.

Declaration

cs-api-definition
public int HorizontalStart { get; }

Property Value

int

The horizontal start.

IsCurrent

Gets a value that indicates whether the underlying GridViewMergedCell is the current one.

Declaration

cs-api-definition
public bool IsCurrent { get; }

Property Value

bool

IsInEditMode

Gets a value that indicates whether the underlying GridViewMergedCell is in edit mode.

Declaration

cs-api-definition
public bool IsInEditMode { get; }

Property Value

bool

Value

Gets the value of the underlying GridMergedCell.

Declaration

cs-api-definition
public object Value { get; }

Property Value

object

The value.

VerticalStart

Gets the vertical start of the underlying GridMergedCell.

Declaration

cs-api-definition
public int VerticalStart { get; }

Property Value

int

The vertical start.

Width

Gets the width of the underlying GridMergedCell.

Declaration

cs-api-definition
public int Width { get; }

Property Value

int

The width.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration

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

Parameters

obj

object

The object to compare with the current object.

Returns

bool

True if the specified object is equal to the current object; otherwise, False.

Overrides object.Equals(object)

GetHashCode()

Serves as a hash function for a particular type.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for the current object.

Overrides object.GetHashCode()

ToString()

Returns a string that represents the current object.

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string that represents the current object.

Overrides object.ToString()