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

PreviewModelBase.IsLoading Property

Specifies whether a document is still being loaded.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public bool IsLoading { get; protected set; }

Property Value

Type Description
Boolean

A Boolean value.

Implements

See Also