Class StepType
Defines whether steps are display with only indicator, only labels or combination of both.
Inheritance
System.Object
StepType
Namespace: Syncfusion.EJ2.Navigations
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class StepType : Enum
Fields
Default
Steps are shown indicator with label defined.
Declaration
public const StepType Default
Field Value
Type |
---|
StepType |
Indicator
Steps are shown with only indicator.
Declaration
public const StepType Indicator
Field Value
Type |
---|
StepType |
Label
Steps are shown with only label.
Declaration
public const StepType Label
Field Value
Type |
---|
StepType |