Skip to main content

RepositoryItemBaseProgressBar.ProgressKind Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(ProgressKind.Horizontal)]
[DXCategory("Behavior")]
public ProgressKind ProgressKind { get; set; }

Property Value

Type Default Description
ProgressKind Horizontal

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

Available values:

Name Description
Horizontal

Sets progress direction to horizontal.

ProgressKind_Horz

Vertical

Sets progress direction to vertical.

ProgressKind_Vert

See Also