ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ProgressBarProperties - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ProgressBarProperties

    Represents the ProgressBar UI element.

    Inheritance
    System.Object
    EJTagHelper
    ProgressBarProperties
    Inherited Members
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ProgressBarProperties : EJTagHelper

    Constructors

    ProgressBarProperties()

    Initializes a new instance of the ProgressBarPropertiesBuilder class.

    Declaration
    public ProgressBarProperties()

    Properties

    Change

    Occurs when the progress value changed.

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

    The change.

    Complete

    Occurs when the process completes (at 100%).

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

    The complete.

    Create

    Occurs when the progressbar are created.

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

    The create.

    CssClass

    Gets or sets the css class.

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

    The css class.

    Destroy

    Occurs when the progressbar are destroyed.

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

    The destroy.

    Enabled

    Gets or sets the enabled.

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

    The enabled.

    EnablePersistence

    Gets or sets the enable persistence.

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

    true if [enablePersistence]; otherwise, false

    EnableRTL

    Gets or sets the ProgressBar direction as right to left alignment.

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

    true if [enableRTL]; otherwise, false

    Height

    Gets or sets the height of the ProgressBar.

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

    The height.

    HtmlAttributes

    Gets or sets the html attributes.

    Declaration
    [JsonProperty("htmlAttributes")]
    public IDictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.String, System.Object>

    The HTML attributes.

    MaxValue

    Gets or sets the maximum value of the ProgressBar.

    Declaration
    [JsonProperty("maxValue")]
    public int MaxValue { get; set; }
    Property Value
    Type Description
    System.Int32

    The max value.

    MinValue

    Gets or sets the minimum value of the ProgressBar.

    Declaration
    [JsonProperty("minValue")]
    public int MinValue { get; set; }
    Property Value
    Type Description
    System.Int32

    The min value.

    Percentage

    Gets or sets the ProgressBar value in percentage. The value should be in between 0 to 100.

    Declaration
    [JsonProperty("percentage")]
    public double Percentage { get; set; }
    Property Value
    Type Description
    System.Double

    The percentage.

    ShowRoundedCorner

    Gets or sets the ProgressBar with rounded corners.

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

    true if [showRoundedCorner]; otherwise, false

    Start

    Occurs when the process starts (from 0%).

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

    The start.

    Text

    Gets or sets the custom text for the ProgressBar.

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

    The text.

    Value

    Gets or sets the ProgressBar value. The value should be in between min and max values.

    Declaration
    [JsonProperty("value")]
    public int Value { get; set; }
    Property Value
    Type Description
    System.Int32

    The value.

    Width

    Gets or sets the width of the ProgressBar.

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

    The width.

    Methods

    GetControlDetails()

    Declaration
    protected override object GetControlDetails()
    Returns
    Type Description
    System.Object
    Overrides
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved