Interface IStepProgressItemsProvider
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IStepProgressItemsProvider
Properties
Center
Declaration
float Center { get; }
Property Value
System.Single
|
Steps
Declaration
RadItemOwnerGenericCollection<StepProgressItem> Steps { get; }
Property Value
RadItemOwnerGenericCollection<StepProgressItem>
|