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

DocumentPreviewModelBase.ProgressValue Property

Gets a value which reflects the state of a process being tracked by the Progress Reflector.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public abstract int ProgressValue { get; }

Property Value

Type Description
Int32

An integer value.

Implements

See Also