Back to Devexpress

ProgressKind Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-e1d778fd.md

latest1.4 KB
Original Source

ProgressKind Enum

Lists values specifying the control’s direction.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum ProgressKind
vb
Public Enum ProgressKind

Members

NameDescription
Horizontal

Sets progress direction to horizontal.

| | Vertical |

Sets progress direction to vertical.

|

The following properties accept/return ProgressKind values:

Remarks

Members of this enumeration are used to set the RepositoryItemBaseProgressBar.ProgressKind property.

See Also

DevExpress.XtraEditors.Controls Namespace