Skip to content

Commit 38eca58

Browse files
Stepper: update Overview demo description (DevExpress#29743)
1 parent 678a1c3 commit 38eca58

File tree

1 file changed

+24
-14
lines changed

1 file changed

+24
-14
lines changed

apps/demos/Demos/Stepper/Overview/description.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ To get started with DevExtreme Stepper, refer to the following step-by-step tuto
77

88
The following settings are available:
99

10-
- [orientation](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#orientation) (default: *'horizontal'*)
10+
- [orientation](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#orientation) (default: *'horizontal'*)
1111
The Stepper's orientation.
12-
- [linear](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#linear) (default: `true`)
12+
13+
- [linear](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#linear) (default: `true`)
1314
Specifies whether users must navigate the Stepper sequentially or can skip steps.
14-
- [selectOnFocus](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#selectOnFocus) (default: `true`)
15+
16+
- [selectOnFocus](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#selectOnFocus) (default: `true`)
1517
Specifies whether steps focused with keyboard arrows are selected automatically.
16-
- [rtlEnabled](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#rtlEnabled) (default: `false`)
18+
19+
- [rtlEnabled](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#rtlEnabled) (default: `false`)
1720
Switches the Stepper to Right-to-Left mode.
1821

1922
## Step Settings
@@ -22,19 +25,26 @@ To add steps, populate the [items](/Documentation/ApiReference/UI_Components/dxS
2225

2326
Use the following properties to customize steps:
2427

25-
- [text](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#text)
28+
- [text](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#text)
2629
Indicator text. If you do not define this option, Stepper numbers steps sequentially.
27-
- [icon](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#icon)
30+
31+
- [icon](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#icon)
2832
Indicator icon. Stepper prioritizes icons over the **text** property.
29-
- [label](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#label)
30-
Step caption displayed next to the indicator.
31-
- [optional](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#optional)
33+
34+
- [label](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#label)
35+
Step caption displayed next to the indicator.
36+
37+
- [optional](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#optional)
3238
Adds an *(Optional)* label to the step.
33-
- [isValid](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#isValid)
39+
40+
- [isValid](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#isValid)
3441
Allows you to indicate that user input on the step results in validation errors.
35-
- [disabled](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#disabled)
42+
43+
- [disabled](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#disabled)
3644
Deactivates the step.
37-
- [hint](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#hint)
45+
46+
- [hint](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#hint)
3847
Tooltip text for the step.
39-
- [template](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#template)
40-
Allows you to customize the step. This property overrides all other step properties.
48+
49+
- [template](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#template)
50+
Allows you to customize the step. This property overrides all other step properties.

0 commit comments

Comments
 (0)