Class RadStepProgressBar
Inheritance
System.Object
RadStepProgressBar
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public class RadStepProgressBar : ItemsControl, IAutomationPeer, IPeerConverter, IRadStepProgressBar, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
RadStepProgressBar()
Declaration
public RadStepProgressBar()
Properties
Items
Declaration
public List<RadStepProgressBarItem> Items { get; }
Property Value
System.Collections.Generic.List<RadStepProgressBarItem>
|
Implements
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.Int32
|