ClassRadHtmlProgressBar
RadHtmlProgressBar control.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class RadHtmlProgressBar : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlRadHtmlProgressBar
Inherited Members
Constructors
RadHtmlProgressBar()
Initializes a new instance of the RadHtmlProgressBar class.
Declaration
public RadHtmlProgressBar()
RadHtmlProgressBar(Element)
Initializes a new instance of the RadHtmlProgressBar class.
Properties
AnimationDuration
Gets or sets the ProgressBar AnimationDuration.
BarType
Gets the ProgressBar type.
Declaration
public ProgressBarType BarType { get; }
Property Value
ChunksCount
Gets the ProgressBar type.
ClientId
Get the client Id of the RadHtmlProgressBar
ClientSideLocator
Get the Client side locator.
Declaration
public override string ClientSideLocator { get; }
Property Value
Overrides
EnableChunkAnimation
Enable ChunksAnimation ProgressBar.
Enabled
Gets or sets whether the ProgressBar is enabled.
IsIndeterminate
Gets indetermined state
Label
Gets or sets whether the label in ProgressBar is enabled.
LocatorExpression
Gets the locator FindParam.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
MaxValue
Gets or sets max value of the ProgressBar
MinValue
Gets or sets min value of the ProgressBar
Orientation
Gets the ProgressBar orientation.
Declaration
public ProgressBarOrientation Orientation { get; }
Property Value
Reversed
Gets whether the ProgressBar is reversed.
ShowLabel
Gets or sets whether the label in ProgressBar is enabled.
Value
Gets or sets value of the ProgressBar
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Returns RadControlAssert instance initialized for this control.