ClassGridViewMergedCell
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
GridViewMergedCell()
Initializes a new instance of the GridViewMergedCell class.
Declaration
public GridViewMergedCell()
Fields
DisplayVisualCuesProperty
Identifies the DisplayVisualCues dependency property.
Declaration
public static readonly DependencyProperty DisplayVisualCuesProperty
Field Value
DependencyProperty
IsCurrentProperty
Identifies the IsCurrent dependency property.
Declaration
public static readonly DependencyProperty IsCurrentProperty
Field Value
DependencyProperty
IsInEditModeProperty
Identifies the IsInEditMode dependency property.
Declaration
public static readonly DependencyProperty IsInEditModeProperty
Field Value
DependencyProperty
IsSelectedProperty
Represents the IsSelected dependency property.
Declaration
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.
IsCurrent
Gets or sets a value indicating whether this GridViewMergedCell currently has keyboard focus.
Declaration
public bool IsCurrent { get; set; }
Property Value
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
public bool IsInEditMode { get; set; }
Property Value
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
public bool IsSelected { get; set; }
Property Value
The is selected.
ParentDataControl
Gets the parent data control that is associated with this merged cell instance.
Declaration
public override GridViewDataControl ParentDataControl { get; }
Property Value
Overrides
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs