Class Stepper
Inheritance
Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.EJ2.dll
Syntax
public class Stepper : EJTagHelper
Constructors
Stepper()
Declaration
public Stepper()
Properties
ActiveStep
Defines the current step index of the Stepper.
Declaration
public int ActiveStep { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The default value is 0 |
Animation
Defines the step progress animation of the Stepper.
Declaration
public StepperAnimationSettings Animation { get; set; }
Property Value
Type | Description |
---|---|
StepperAnimationSettings | The default value is null |
BeforeStepRender
Event triggers before rendering each step.
Declaration
public string BeforeStepRender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Created
Event callback that is raised after rendering the stepper.
Declaration
public string Created { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
CssClass
Defines the CSS class to customize the Stepper appearance.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
EnablePersistence
Enable or disable persisting component's state between page reloads.
Declaration
public bool EnablePersistence { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
EnableRtl
Enable or disable rendering component in right to left direction.
Declaration
public bool EnableRtl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
HtmlAttributes
Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format.
Declaration
public object HtmlAttributes { get; set; }
Property Value
Type |
---|
System.Object |
LabelPosition
Defines the label position in the Stepper.
Declaration
public StepLabelPosition LabelPosition { get; set; }
Property Value
Type | Description |
---|---|
StepLabelPosition | The default value is StepLabelPosition.Bottom |
Linear
Defines whether allows to complete one step in order to move to the next or not.
Declaration
public bool Linear { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Locale
Overrides the global culture and localization value for this component. Default global culture is 'en-US'.
Declaration
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Orientation
Defines the orientation type of the Stepper.
Declaration
public StepperOrientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
StepperOrientation | The default value is StepperOrientation.Horizontal |
ReadOnly
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.
Declaration
public bool ReadOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
ShowTooltip
Defines a value that defines whether to show tooltip or not on each step.
Declaration
public bool ShowTooltip { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
StepChanged
Event triggers after active step changed.
Declaration
public string StepChanged { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
StepChanging
Event triggers before active step change.
Declaration
public string StepChanging { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
StepClick
Event triggers when clicked on step.
Declaration
public string StepClick { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Steps
Defines the list of steps.
Declaration
public List<Step> Steps { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Syncfusion.EJ2.Navigations.Step> | The default value is null |
StepType
Defines whether steps are display with only indicator, only labels or combination of both.
Declaration
public StepType StepType { get; set; }
Property Value
Type | Description |
---|---|
StepType | The default value is StepType.Default |
Template
Defines the template content for each step.
Declaration
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TooltipTemplate
Defines the template content for the tooltip.
Declaration
public string TooltipTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |