ClassSimpleHighlightedCell
Class
Represents the RadGanttViews SimpleHighlightedCell wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class SimpleHighlightedCell : Control, IAutomationPeer, IPeerConverter, ISimpleHighlightedCell, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlSimpleHighlightedCell
Implements:
Inherited Members
Constructors
SimpleHighlightedCell()
Initializes a new instance of the SimpleCell class.
Declaration
cs-api-definition
public SimpleHighlightedCell()
Properties
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements
Select()
Selects a SimpleHighlightedCell of the GanttView
Declaration
cs-api-definition
public void Select()
Implements