Files
AntdUI/doc/wiki/en/Control/Steps.md
2025-10-16 11:03:26 +08:00

1.7 KiB
Raw Blame History

HomeUpdateLogConfigTheme

Steps

👚

A navigation bar that guides users through the steps of a task.

  • DefaultPropertyCurrent
  • DefaultEventItemClick

Property

Name Description Type Default Value
ForeColor Text color Color? null
Current Get or set the current step Start counting from 0. In the sub Step element, the status attribute can be used to override the status int 0
Status The status of the current step TStepState Process
Vertical Vertical direction bool false
Gap Gap int 8
Items Data StepsItem[] StepsItem[] []
PauseLayout Pause Layout bool false

Event

Name Description Return Value Parameters
ItemClick Occurred when clicking on an item void MouseEventArgs e, StepsItem value

Data

StepsItem

Name Description Type Default Value
ID ID string? null
Name Name string? null
Icon Icon Image? null
IconSvg Icon SVG string? null
IconSize Icon size int? null
Visible Is it displayed bool true
Title Title string Required
🌏 LocalizationTitle International Title string? null
SubTitle Subtitle string? null
🌏 LocalizationSubTitle International Subtitle string? null
Description Description string? null
🌏 LocalizationDescription International Description string? null
Tag User defined data object? null