Class RadHtmlProgressBar
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadHtmlProgressBar : HtmlContainerControl
Constructors
RadHtmlProgressBar()
Declaration
public RadHtmlProgressBar()
RadHtmlProgressBar(Element)
Properties
AnimationDuration
Declaration
public int AnimationDuration { get; set; }
Property Value
System.Int32
|
BarType
ChunksCount
Declaration
public int ChunksCount { get; }
Property Value
System.Int32
|
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
EnableChunkAnimation
Declaration
public bool EnableChunkAnimation { get; set; }
Property Value
System.Boolean
|
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|
IsIndeterminate
Declaration
public bool IsIndeterminate { get; }
Property Value
System.Boolean
|
Label
Declaration
public string Label { get; set; }
Property Value
System.String
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
MaxValue
Declaration
public decimal MaxValue { get; set; }
Property Value
System.Decimal
|
MinValue
Declaration
public decimal MinValue { get; set; }
Property Value
System.Decimal
|
Orientation
Declaration
public ProgressBarOrientation Orientation { get; }
Property Value
ProgressBarOrientation
|
Reversed
Declaration
public bool Reversed { get; }
Property Value
System.Boolean
|
ShowLabel
Declaration
public bool ShowLabel { get; set; }
Property Value
System.Boolean
|
Value
Declaration
public decimal Value { get; set; }
Property Value
System.Decimal
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|