RepositoryItemBaseProgressBar.ProgressKind Property
Gets or sets a value that specifies the direction of the progress indicator.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.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. |
Vertical | Sets progress direction to vertical. |
See Also