Skip to main content

PreviewModelBase.IsCreating Property

Specifies whether or not a document is still being created.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public abstract bool IsCreating { get; protected set; }

#Property Value

Type Description
Boolean

A Boolean value.

#Implements

See Also