Enum ProgressBarValueMode
Gets or sets value mode of the progress bar.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum ProgressBarValueMode
Fields
| Name | Description |
|---|---|
| None | Specifies that the progress bar will be displayed without value. |
| Percentage | Specifies that the progress bar display value is in percent. |
| Value | Specifies that the progress bar display value is in value. |