Class Step
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
Step
Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.EJ2.dll
Syntax
public class Step : EJTagHelper
Constructors
Step()
Declaration
public Step()
Properties
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
CssClass
Defines the CSS class to customize the step appearance.
Declaration
public string CssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Disabled
Defines whether a step is enabled or disabled.
Declaration
public bool Disabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
IconCss
Defines the icon content of the step.
Declaration
public string IconCss { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
IsValid
Defines the state whether it is valid completion or not.
Declaration
public Nullable<bool> IsValid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The default value is null |
Label
Defines the label content of the step.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Optional
Defines whether the step is optionally to skip completion or not.
Declaration
public bool Optional { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Status
Defines the status of the step. The possible values are NotStarted InProgress Completed
Declaration
public StepStatus Status { get; set; }
Property Value
Type | Description |
---|---|
StepStatus | The default value is StepStatus.NotStarted |
Text
Defines the text content of the step.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |