cancel
Showing results for 
Search instead for 
Did you mean: 

Progress Indicator

Former Member
0 Kudos

Hi,

What is the mandatory property of Progress Indicator ?

Thanks,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Mandatory property of Progress Indicator: As per API, there are no mandatory fields. FYI:

Description of UI Element Properties

· barColor

Specifies the logical color of the UI element. The default value of this property is neutral. The barColor property can be filled with the following values and is represented by the enumeration type WDProgressIndicatorBarColor.

· displayValue

Used to display a text in the progress bar. You can set a value in the application to display a text such as u201Cdoneu201D or u201Ccriticalu201D for a specified percentage value. If you do not assign a value to this property, it takes by default the value you have assigned to percentValue, displayed as a text with a percentage sign u2013 for example, 42%.

· percentValue

Specifies the progress made as a percentage.

· showValue

Specifies whether the value of the property displayValue u2013 a text on the progress bar u2013 is displayed or hidden.

· width

Specifies the width of the ProgressIndicator. You can specify the width in CSS units like em, ex, pixel, or percentage.

Answers (1)

Answers (1)

Former Member
0 Kudos

In order to see the progress Indicator UI element working, you must bind an attribute to Percent Value property. There is no mandatory property to this UI element.

Vinod V.