Class GridViewMergedCell
Represents a field, as an element of the user interface, of a RadGridView.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewMergedCell : GridViewCellBase, INotifyPropertyChanged, IProvideGridViewColumn, IVirtualizedContainer
Constructors
GridViewMergedCell()
Fields
DisplayVisualCuesProperty
Identifies the DisplayVisualCues dependency property.
Declaration
public static readonly DependencyProperty DisplayVisualCuesProperty
Field Value
System.Windows.DependencyProperty
|
IsCurrentProperty
Identifies the IsCurrent dependency property.
Declaration
public static readonly DependencyProperty IsCurrentProperty
Field Value
System.Windows.DependencyProperty
|
IsInEditModeProperty
Identifies the IsInEditMode dependency property.
Declaration
public static readonly DependencyProperty IsInEditModeProperty
Field Value
System.Windows.DependencyProperty
|
IsSelectedProperty
Represents the IsSelected dependency property.
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DisplayVisualCues
Gets a value indicating whether this instance should display visual cues for selection, validation, etc.
Declaration
public bool DisplayVisualCues { get; }
Property Value
System.Boolean
|
IsCurrent
Gets or sets a value indicating whether this GridViewMergedCell currently has keyboard focus.
Declaration
public bool IsCurrent { get; set; }
Property Value
System.Boolean
|
IsInEditMode
Gets or sets a value indicating whether the cell is in edit mode.
Declaration
public bool IsInEditMode { get; set; }
Property Value
System.Boolean
|
IsSelected
Gets or sets a value that indicates whether the cell is selected.
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
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
GridViewDataControl
|
Overrides
Value
Gets or sets the value.
Declaration
public object Value { get; }
Property Value
System.Object
The value. |
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
OnMouseLeftButtonDown(MouseButtonEventArgs)
Declaration
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
System.Windows.Input.MouseButtonEventArgs
e
|