Back to Devexpress

RepositoryItemBaseProgressBar.ProgressKind Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembaseprogressbar-d963d62c.md

latest1.9 KB
Original Source

RepositoryItemBaseProgressBar.ProgressKind Property

Gets or sets a value that specifies the direction of the progress indicator.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ProgressKind.Horizontal)]
[DXCategory("Behavior")]
public ProgressKind ProgressKind { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(ProgressKind.Horizontal)>
Public Property ProgressKind As ProgressKind

Property Value

TypeDefaultDescription
ProgressKindHorizontal

A ProgressKind enumeration value that specifies the direction of the progress indicator.

|

Available values:

NameDescription
Horizontal

Sets progress direction to horizontal.

| | Vertical |

Sets progress direction to vertical.

|

See Also

ProgressKind

RepositoryItemBaseProgressBar Class

RepositoryItemBaseProgressBar Members

DevExpress.XtraEditors.Repository Namespace