Interface ITask
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface ITask : IControl, IFrameworkElement, ITargetElement
Properties
Progress
Declaration
double Progress { get; }
Property Value
System.Double
|
Title
Declaration
string Title { get; }
Property Value
System.String
|