Skip to main content

PreviewModelBase.IsCreating Property

Specifies whether a document is still being created.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public abstract bool IsCreating { get; protected set; }

Property Value

Type Description
Boolean

A Boolean value.

Implements

See Also