menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MobileProgressBarProperties

    Class for ProgressBar Properties

    Inheritance
    System.Object
    EJTagHelper
    PropertiesBase
    ProgressBarPropertiesBase
    MobileProgressBarProperties
    Implements
    IMobileBase
    Inherited Members
    ProgressBarPropertiesBase.Value
    ProgressBarPropertiesBase.EnablePersistence
    ProgressBarPropertiesBase.Percentage
    ProgressBarPropertiesBase.IncrementStep
    ProgressBarPropertiesBase.MinimumValue
    ProgressBarPropertiesBase.MaximumValue
    ProgressBarPropertiesBase.Text
    ProgressBarPropertiesBase.Enabled
    PropertiesBase.Create
    PropertiesBase.Destroy
    PropertiesBase.CssClass
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MobileProgressBarProperties : ProgressBarPropertiesBase, IMobileBase

    Constructors

    MobileProgressBarProperties()

    Declaration
    public MobileProgressBarProperties()

    Properties

    Change

    Event triggers when the value change happens.

    Declaration
    [JsonProperty("change")]
    public string Change { get; set; }
    Property Value
    Type Description
    System.String

    The change.

    Complete

    Event triggers when the complete happens.

    Declaration
    [JsonProperty("complete")]
    public string Complete { get; set; }
    Property Value
    Type Description
    System.String

    The complete.

    EnableCustomText

    Specifies whether to accept custom text or not.

    Declaration
    [JsonProperty("enableCustomText")]
    public bool EnableCustomText { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [enable custom text]; otherwise, false.

    Height

    Specifies the height.

    Declaration
    [JsonProperty("height")]
    public string Height { get; set; }
    Property Value
    Type Description
    System.String

    The height.

    Orientation

    Specifies the orientation whether it is horizontal or vertical.

    Declaration
    [JsonProperty("orientation")]
    [JsonConverter(typeof(StringEnumConverter))]
    public Orientation Orientation { get; set; }
    Property Value
    Type Description
    Orientation

    The orientation.

    RenderMode

    Changes the rendering mode.

    Declaration
    [JsonProperty("renderMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public RenderMode RenderMode { get; set; }
    Property Value
    Type Description
    RenderMode

    The render mode.

    Start

    Event triggers when the start happens.

    Declaration
    [JsonProperty("start")]
    public string Start { get; set; }
    Property Value
    Type Description
    System.String

    The start.

    Theme

    Specifies the theme.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("theme")]
    public Theme Theme { get; set; }
    Property Value
    Type Description
    Theme

    The theme.

    Width

    Specifies the width.

    Declaration
    [JsonProperty("width")]
    public string Width { get; set; }
    Property Value
    Type Description
    System.String

    The width.

    Implements

    IMobileBase
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved