Gets or sets a value that determines whether the built-in progress bar is displayed.
Namespace:
C1.Web.UI.Controls.C1UploadAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, true)] [C1CategoryAttribute("Category.Behavior")] [DefaultValueAttribute(true)] public bool ShowProgress { get; set; } |
| Visual Basic (Declaration) |
|---|
<JsonAttribute(True, True, True)> _ <C1CategoryAttribute("Category.Behavior")> _ <DefaultValueAttribute(True)> _ Public Property ShowProgress As Boolean Get Set |