New to Telerik UI for WPFStart a free 30-day trial

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

Definition

Constructors

Initializes a new instance of the GridViewMergedCell class.

C#
public GridViewMergedCell()

Fields

DisplayVisualCuesProperty

DependencyProperty

Identifies the DisplayVisualCues dependency property.

C#
public static readonly DependencyProperty DisplayVisualCuesProperty

IsCurrentProperty

DependencyProperty

Identifies the IsCurrent dependency property.

C#
public static readonly DependencyProperty IsCurrentProperty

IsInEditModeProperty

DependencyProperty

Identifies the IsInEditMode dependency property.

C#
public static readonly DependencyProperty IsInEditModeProperty

IsSelectedProperty

DependencyProperty

Represents the IsSelected dependency property.

C#
public static readonly DependencyProperty IsSelectedProperty

Properties

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

C#
public bool DisplayVisualCues { get; }

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

C#
public bool IsCurrent { get; set; }
Property Value:

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

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

C#
public bool IsInEditMode { get; set; }
Property Value:

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

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

C#
public bool IsSelected { get; set; }
Property Value:

The is selected.

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

C#
public override GridViewDataControl ParentDataControl { get; }

Overrides: GridViewCellBase.ParentDataControl

Gets or sets the value.

C#
public object Value { get; }
Property Value:

The value.

Methods

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs
C#
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs