Class
GridViewMergedCell

Represents a field, as an element of the user interface, of a RadGridView.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewMergedCell : GridViewCellBase, INotifyPropertyChanged

Inheritance: objectGridViewCellBaseGridViewMergedCell

Implements: INotifyPropertyChanged

Inherited Members GridViewCellBase.CellDoubleClickEventGridViewCellBase.VerticalGridLinesBrushPropertyGridViewCellBase.VerticalGridLinesWidthPropertyGridViewCellBase.OnMouseDoubleClick(MouseButtonEventArgs)GridViewCellBase.OnColumnChanged(GridViewColumn, GridViewColumn)GridViewCellBase.OnMouseEnter(MouseEventArgs)GridViewCellBase.OnMouseLeave(MouseEventArgs)GridViewCellBase.OnPropertyChanged(PropertyChangedEventArgs)GridViewCellBase.ColumnGridViewCellBase.ParentRowGridViewCellBase.DataColumnGridViewCellBase.VerticalGridLinesBrushGridViewCellBase.VerticalGridLinesWidthGridViewCellBase.CellDoubleClickGridViewCellBase.PropertyChanged

Constructors

GridViewMergedCell()

Initializes a new instance of the GridViewMergedCell class.

Declaration

cs-api-definition
public GridViewMergedCell()

Fields

DisplayVisualCuesProperty

Identifies the DisplayVisualCues dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DisplayVisualCuesProperty

Field Value

DependencyProperty

IsCurrentProperty

Identifies the IsCurrent dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsCurrentProperty

Field Value

DependencyProperty

IsInEditModeProperty

Identifies the IsInEditMode dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsInEditModeProperty

Field Value

DependencyProperty

IsSelectedProperty

Represents the IsSelected dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

Properties

DisplayVisualCues

Gets a value indicating whether this instance should display visual cues for selection, validation, etc.

Declaration

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

Property Value

bool

IsCurrent

Gets or sets a value indicating whether this GridViewMergedCell currently has keyboard focus.

Declaration

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

Property Value

bool

true if this GridViewMergedCell currently has keyboard focus; otherwise, false.

IsInEditMode

Gets or sets a value indicating whether the cell is in edit mode.

Declaration

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

Property Value

bool

true if the merged cell is in edit mode; otherwise, false.

IsSelected

Gets or sets a value that indicates whether the cell is selected.

Declaration

cs-api-definition
public bool IsSelected { get; set; }

Property Value

bool

The is selected.

ParentDataControl

Gets the parent data control that is associated with this merged cell instance.

Declaration

cs-api-definition
public override GridViewDataControl ParentDataControl { get; }

Property Value

GridViewDataControl

Overrides GridViewCellBase.ParentDataControl

Value

Gets or sets the value.

Declaration

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

Property Value

object

The value.

Methods

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

OnMouseLeftButtonDown(MouseButtonEventArgs)

Declaration

cs-api-definition
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs