ClassMergedCellInfo
Class that describes the backing data behind an instance of GridViewMergedCell.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class MergedCellInfo
Inheritance: objectMergedCellInfo
Constructors
MergedCellInfo(int, int, int, int, object)
Initializes a new instance of the MergedCellInfo class.
Properties
Height
Gets the height of the underlying GridMergedCell.
HorizontalStart
Gets the horizontal start of the underlying GridMergedCell.
Declaration
public int HorizontalStart { get; }
Property Value
The horizontal start.
IsCurrent
Gets a value that indicates whether the underlying GridViewMergedCell is the current one.
IsInEditMode
Gets a value that indicates whether the underlying GridViewMergedCell is in edit mode.
Value
Gets the value of the underlying GridMergedCell.
VerticalStart
Gets the vertical start of the underlying GridMergedCell.
Declaration
public int VerticalStart { get; }
Property Value
The vertical start.
Methods
GetHashCode()
Serves as a hash function for a particular type.