menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MobileProgressBarPropertiesBuilder

    Show / Hide Table of Contents

    Class MobileProgressBarPropertiesBuilder

    Class for ProgressBar Property Builder

    Inheritance
    System.Object
    MobileProgressBarPropertiesBuilder
    Implements
    IPropertiesBuilder
    System.Web.IHtmlString
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Mobile
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileProgressBarPropertiesBuilder : IPropertiesBuilder, IHtmlString

    Constructors

    MobileProgressBarPropertiesBuilder(ProgressBar)

    Initializes a new instance of the MobileProgressBarPropertiesBuilder class.

    Declaration
    public MobileProgressBarPropertiesBuilder(ProgressBar mProgressBar)
    Parameters
    Type Name Description
    ProgressBar mProgressBar

    The m progress bar.

    Methods

    ClientSideEvents(Action<MobileProgressBarClientSideEventsBuilder>)

    Section for client side events.

    Declaration
    public MobileProgressBarPropertiesBuilder ClientSideEvents(Action<MobileProgressBarClientSideEventsBuilder> clientSideEvents)
    Parameters
    Type Name Description
    System.Action<MobileProgressBarClientSideEventsBuilder> clientSideEvents

    The client side events.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    EnableCustomText(Boolean)

    Specifies whether to accept custom text or not.

    Declaration
    public MobileProgressBarPropertiesBuilder EnableCustomText(bool enableCustomText)
    Parameters
    Type Name Description
    System.Boolean enableCustomText

    if set to true [enable custom text].

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Enabled(Boolean)

    Specifies whether the control is enabled or disabled.

    Declaration
    public MobileProgressBarPropertiesBuilder Enabled(bool enabled)
    Parameters
    Type Name Description
    System.Boolean enabled

    if set to true [enabled].

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    EnablePersistence(Boolean)

    Saves current model value to browser cookies for state maintainance. While refreshing the page it retains the model value and applies from browser cookies.

    Declaration
    public MobileProgressBarPropertiesBuilder EnablePersistence(bool enablePersistence)
    Parameters
    Type Name Description
    System.Boolean enablePersistence

    if set to true [enable persistence].

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Height(String)

    Specifies the height.

    Declaration
    public MobileProgressBarPropertiesBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height

    The height.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    IncrementStep(Int32)

    Specifies the value to be added in each step of increment.

    Declaration
    public MobileProgressBarPropertiesBuilder IncrementStep(int incrementStep)
    Parameters
    Type Name Description
    System.Int32 incrementStep
    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    MaximumValue(Int32)

    specifies the maximum value.

    Declaration
    public MobileProgressBarPropertiesBuilder MaximumValue(int maximumValue)
    Parameters
    Type Name Description
    System.Int32 maximumValue
    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    MinimumValue(Int32)

    specifies the minimum value.

    Declaration
    public MobileProgressBarPropertiesBuilder MinimumValue(int minimumValue)
    Parameters
    Type Name Description
    System.Int32 minimumValue
    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Orientation(Orientation)

    Specifies the orientation whether it is horizontal or vertical.

    Declaration
    public MobileProgressBarPropertiesBuilder Orientation(Orientation _orientation)
    Parameters
    Type Name Description
    Orientation _orientation

    The _orientation.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Percentage(Int32)

    Specifies the initial value in percentage.

    Declaration
    public MobileProgressBarPropertiesBuilder Percentage(int percentage)
    Parameters
    Type Name Description
    System.Int32 percentage

    The percentage.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Render()

    Declaration
    public void Render()

    RenderMode(RenderMode)

    Changes the rendering mode.

    Declaration
    public MobileProgressBarPropertiesBuilder RenderMode(RenderMode renderMode)
    Parameters
    Type Name Description
    RenderMode renderMode

    The render mode.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Text(String)

    Applies custom text to notify it's current actions.

    Declaration
    public MobileProgressBarPropertiesBuilder Text(string text)
    Parameters
    Type Name Description
    System.String text

    The text.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Theme(Theme)

    Specifies the theme.

    Declaration
    public MobileProgressBarPropertiesBuilder Theme(Theme theme)
    Parameters
    Type Name Description
    Theme theme

    The theme.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    ToHtmlString()

    Declaration
    public string ToHtmlString()
    Returns
    Type Description
    System.String

    Value(Int32)

    Specifies the initial value.

    Declaration
    public MobileProgressBarPropertiesBuilder Value(int value)
    Parameters
    Type Name Description
    System.Int32 value

    The value.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Width(String)

    Specifies the width.

    Declaration
    public MobileProgressBarPropertiesBuilder Width(string width)
    Parameters
    Type Name Description
    System.String width

    The width.

    Returns
    Type Description
    MobileProgressBarPropertiesBuilder

    Implements

    IPropertiesBuilder
    System.Web.IHtmlString
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved