ProgressBar.DisplayValue

Syntax

DisplayValue: Boolean

Description

The DisplayValue property determines if a value is displayed on the ProgressBar component.

Comments

If the property is set to True the ProgressBar component shows its current value:

If the property is set to false (default), the value is not displayed:

Example

The property use is given on the page with description of the ProgressBar constructor.

See also:

ProgressBar