StepperBaseModel
23 Sep 20251 minute to read
Interface for a class StepperBase
Properties
created EmitType<Event>
Event callback that is raised after rendering the stepper.
cssClass string
Defines the CSS class to customize the Stepper appearance.
enablePersistence boolean
Enable or disable persisting component’s state between page reloads.
enableRtl boolean
Enable or disable rendering component in right to left direction.
locale string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
orientation string|StepperOrientation
Defines the orientation type of the Stepper.
The possible values are:
- Horizontal
- vertical
readOnly boolean
Defines whether the read-only mode is enabled for a Stepper control, which means that the user will not be able to interact with it.
steps StepModel[]
Defines the list of steps.