@@ -7,13 +7,16 @@ To get started with DevExtreme Stepper, refer to the following step-by-step tuto
77
88The 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'* )
1111The 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 ` )
1314Specifies 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 ` )
1517Specifies 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 ` )
1720Switches 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
2326Use 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 )
2629Indicator 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 )
2832Indicator 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 )
3238Adds 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 )
3441Allows 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 )
3644Deactivates the step.
37- - [ hint] ( /Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#hint )
45+
46+ - [ hint] ( /Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#hint )
3847Tooltip 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