Skip to main content
A newer version of this page is available. .

RepositoryItemBaseProgressBar.ProgressKind Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(ProgressKind.Horizontal)]
[SmartTagProperty("Progress Kind", "", SmartTagActionType.RefreshBoundsAfterExecute)]
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