| Current |
ParameterCurrent step index, zero based |
Int32 |
0 |
| Percent |
ParameterPercent display for current step |
Double? |
-- |
| ProgressDot |
ParameterCustom rendering for progress dot. Will also set ShowProgressDot to true if set. |
RenderFragment |
-- |
| ShowProgressDot |
ParameterShow progress dot as opposed to the title, description, icon, etc |
Boolean |
false |
| Direction |
ParameterDirection of the step bar |
StepsDirection |
StepsDirection.Horizontal |
| LabelPlacement |
ParameterPlace title and description horizontal or vertical |
StepsLabelPlacement |
StepsLabelPlacement.Horizontal |
| Type |
ParameterType of steps. Possible Values: default, navigation |
StepsType |
StepsType.Default |
| Size |
ParameterSize of steps. Possible Values: default, small |
StepsSize |
StepsSize.Default |
| StartIndex |
ParameterStarting step index |
Int32 |
0 |
| Status |
ParameterStatus of the current step. Possible Values: wait, process, finish, error |
StepsStatus |
process |
| ChildContent |
ParameterChild content should contain Step elements |
RenderFragment |
-- |
| OnChange |
ParameterCallback executed when step changes. Received the index of the step changing to |
EventCallback<Int32> |
-- |
| Id |
ParameterID for the component's HTML |
String |
Uniquely Generated ID |
| Class |
ParameterSpecifies one or more class names for an DOM element. |
String |
-- |
| Style |
ParameterSpecifies an inline style for a DOM element. |
String |
-- |
| RefBack |
ParameterA ForwardRef instance. You can get a reference to the internal DOM by using AntDesign.ForwardRef.Current. |
ForwardRef |
-- |