Skip to main content

ProgressBarEdit Class

A progress bar.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[DXToolboxBrowsable(DXToolboxItemKind.Free)]
public class ProgressBarEdit :
    RangeBaseEdit

#Remarks

The ProgressBarEdit is a scrollable control which is used to indicate the progress of a lengthy operation. A progress bar can be oriented horizontally and vertically. Use the BaseEdit.StyleSettings property to specify one of the two built-in styles: Native and Marquee (Indeterminate).

  • Native

    progressBar_Native

  • Marquee

    MarqueeProgressBar

To learn more, see Progress Bar Edit.

See Also