Skip to main content
All docs
V25.2
  • StepperItemBuilder Members

    A Stepper item.

    Constructors

    Name Description
    StepperItemBuilder(OptionsOwnerContext) Initializes a new instance of the StepperItemBuilder class with specified settings.

    Methods

    Name Description
    Disabled(JS) Specifies whether the UI component item responds to user interaction. Mirrors the client-side disabled option.
    Disabled(Boolean) Specifies whether the UI component item responds to user interaction. Mirrors the client-side disabled option.
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    Hint(JS) Specifies the hint text that appears when an item (step) is hovered over or long-pressed. Mirrors the client-side hint option.
    Hint(String) Specifies the hint text that appears when an item (step) is hovered over or long-pressed. Mirrors the client-side hint option.
    Icon(JS) Specifies the indicator icon. Mirrors the client-side icon option.
    Icon(String) Specifies the indicator icon. Mirrors the client-side icon option.
    IsValid(JS) Specifies a visual indicator for validation. Mirrors the client-side isValid option.
    IsValid(Boolean) Specifies a visual indicator for validation. Mirrors the client-side isValid option.
    Label(JS) Specifies the caption displayed next to the step. Mirrors the client-side label option.
    Label(String) Specifies the caption displayed next to the step. Mirrors the client-side label option.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    Option(String, Object) Specifies an option by its name.
    Optional(JS) Marks the step as optional. Mirrors the client-side optional option.
    Optional(Boolean) Marks the step as optional. Mirrors the client-side optional option.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    Template(JS) Specifies a template that should be used to render this item only. Mirrors the client-side template option.
    Template(RazorBlock) Specifies a template that should be used to render this item only. Mirrors the client-side template option.
    Template(TemplateName) Specifies a template that should be used to render this item only. Mirrors the client-side template option.
    Template(String) Specifies a template that should be used to render this item only. Mirrors the client-side template option.
    Text(JS) Specifies text displayed for the UI component item. Mirrors the client-side text option.
    Text(String) Specifies text displayed for the UI component item. Mirrors the client-side text option.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also