MergedCellInfo
Class
Class that describes the backing data behind an instance of GridViewMergedCell.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class MergedCellInfo
Inheritance: objectMergedCellInfo
Constructors
Initializes a new instance of the MergedCellInfo class.
Properties
Gets the height of the underlying GridMergedCell.
C#
public int Height { get; }
The height.
Gets the horizontal start of the underlying GridMergedCell.
C#
public int HorizontalStart { get; }
The horizontal start.
Gets a value that indicates whether the underlying GridViewMergedCell is the current one.
C#
public bool IsCurrent { get; }
Gets a value that indicates whether the underlying GridViewMergedCell is in edit mode.
C#
public bool IsInEditMode { get; }
Gets the value of the underlying GridMergedCell.
C#
public object Value { get; }
The value.
Gets the vertical start of the underlying GridMergedCell.
C#
public int VerticalStart { get; }
The vertical start.