Class ProgressDisplay
- Namespace
- Dynamicweb.CoreUI.Displays.Widgets
- Assembly
- Dynamicweb.CoreUI.dll
public sealed class ProgressDisplay : DisplayBase<int>
- Inheritance
-
ProgressDisplay
- Inherited Members
- Extension Methods
Constructors
ProgressDisplay(int)
public ProgressDisplay(int percent)
Parameters
percent
int
ProgressDisplay(int, int)
public ProgressDisplay(int currentValue, int totalValue)
Parameters
Properties
HideSummary
public bool HideSummary { get; set; }
Property Value
OutOf
public int OutOf { get; set; }
Property Value
PrimaryAction
public ActionBase? PrimaryAction { get; set; }
Property Value
ProgressType
public ProgressWidgetType ProgressType { get; set; }
Property Value
Unit
public string Unit { get; set; }
Property Value
Methods
GetProgress()
Returns the percent of the progress.
public int GetProgress()
Returns
- int
The percentage value.