ClassTask
Class
Represents the RadGanttViews Task wrapper for SL/Wpf interface.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class Task : TimeLineContainer, IAutomationPeer, IPeerConverter, ITask, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlTimeLineContainerTask
Implements:
Inherited Members
Constructors
Properties
Progress
Gets the Progress of the Task
Title
Gets the Title of the Miletone. Returns empty string if the milestone does not have title.
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