Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ProgressEventArgs.Progress Property

Obtains the progress value.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public double Progress { get; }

Property Value

Type Description
Double

A Double value in the range from 0 to 1 that indicates the progress.

See Also