Enum
ProgressBarType

Enumerates the ProgressBar type.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum ProgressBarType

Fields

Chunk

The value of the progress bar is considered as chunks.

Declaration

cs-api-definition
Chunk = 2

Field Value

ProgressBarType

Percent

The value of the progress is considered a percent.

Declaration

cs-api-definition
Percent = 1

Field Value

ProgressBarType

Value

The value of the progress is considered a number.

Declaration

cs-api-definition
Value = 0

Field Value

ProgressBarType

In this article
DefinitionFieldsChunkPercentValue
Not finding the help you need?
Contact Support