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:
public class GridViewMergedCell : GridViewCellBase, INotifyPropertyChanged
Inheritance: objectGridViewCellBaseGridViewMergedCell
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewMergedCell class.
public GridViewMergedCell()
Fields
DisplayVisualCuesProperty
DependencyProperty
Identifies the DisplayVisualCues dependency property.
public static readonly DependencyProperty DisplayVisualCuesProperty
IsCurrentProperty
DependencyProperty
Identifies the IsCurrent dependency property.
public static readonly DependencyProperty IsCurrentProperty
IsInEditModeProperty
DependencyProperty
Identifies the IsInEditMode dependency property.
public static readonly DependencyProperty IsInEditModeProperty
IsSelectedProperty
DependencyProperty
Represents the IsSelected dependency property.
public static readonly DependencyProperty IsSelectedProperty
Properties
Gets a value indicating whether this instance should display visual cues for selection, validation, etc.
public bool DisplayVisualCues { get; }
Gets or sets a value indicating whether this GridViewMergedCell currently has keyboard focus.
public bool IsCurrent { get; set; }
true if this GridViewMergedCell currently has keyboard focus; otherwise, false.
Gets or sets a value indicating whether the cell is in edit mode.
public bool IsInEditMode { get; set; }
true if the merged cell is in edit mode; otherwise, false.
Gets or sets a value that indicates whether the cell is selected.
public bool IsSelected { get; set; }
The is selected.
Gets the parent data control that is associated with this merged cell instance.
public override GridViewDataControl ParentDataControl { get; }
Overrides:
Methods
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)