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

PrintOptionsViewModel.AllowCollate Property

Gets whether the pages can be collated when multiple document copies are printed.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

public bool AllowCollate { get; }

Property Value

Type Description
Boolean

true, if the document copies can be collated; otherwise, false.

See Also