The RadProgressBar control can be used to to indicate the progress of an
operation. It gives to an end-user visual feedback about an operation he
is waiting for to complete.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.1.403.40
Syntax
| C# |
|---|
public class RadProgressBar : RangeBase,
IThemable |
| Visual Basic |
|---|
Public Class RadProgressBar _
Inherits RangeBase _
Implements IThemable |
Remarks
Inheritance Hierarchy
See Also