Interface IRadStepProgressBar
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml.Wpf
Assembly: Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax
public interface IRadStepProgressBar : IContentControl, IControl, IFrameworkElement, ITargetElement
Properties
Items
Declaration
List<RadStepProgressBarItem> Items { get; }
Property Value
System.Collections.Generic.List<RadStepProgressBarItem>
|
SelectedIndex
Declaration
int SelectedIndex { get; set; }
Property Value
System.Int32
|