Skip to content

Commit 07e1ab9

Browse files
Stepper: update Step Template demo description (DevExpress#30042)
1 parent 9e9d72d commit 07e1ab9

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Stepper allows you to customize steps using the DevExtreme [template mechanism](/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates). You can set custom markup for indicators including custom step shapes.
2+
3+
This demo uses the [itemRender](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#itemRender) property to customize all steps in a Stepper. For individual step customization, you will need to specify one of the following properties: **items[]**.[render](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#render) or [component](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#component) properties.
4+
<!--split-->
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Stepper allows you to customize steps using the DevExtreme [template mechanism](/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates). You can set custom markup for indicators including custom step shapes.
2+
3+
This demo uses the [itemRender](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#itemRender) property to customize all steps in a Stepper. For individual step customization, you will need to specify one of the following properties: **items[]**.[render](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#render) or [component](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#component) properties.
4+
<!--split-->
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DevExtreme Stepper allows you to customize steps using the template mechanism.
1+
Stepper allows you to customize steps using the DevExtreme [template mechanism](/Documentation/Guide/UI_Components/Common/Templates/#Custom_Templates). You can set custom markup for indicators including custom step shapes.
22

33
This demo uses the [itemTemplate](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/#itemTemplate) property to customize all steps in a Stepper. For individual step customization, specify the **items[]**.[template](/Documentation/ApiReference/UI_Components/dxStepper/Configuration/items/#template) property.
44
<!--split-->

0 commit comments

Comments
 (0)