Hide

YetaWF Documentation

Display
Print

ProgressBar Component

ProgressBar (Display)

Renders a horizontal progress bar.

Model Type: float

A sample ProgressBar implementation is available at Tests > Templates > ProgressBar (standard YetaWF site).

Sibling Properties

NameTypeDescription
model__MinfloatThe progress bar's optional minimum value. The default is 0.
model__MaxfloatThe progress bar's optional maximum value. The default is 100.
[UIHint("ProgressBar"), ReadOnly]
public float Value { get; set; }
public float Value_Min { get; set; }
public float Value_Max { get; set; }