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

PrintOptions.AllowCustomPageRange Property

Specifies whether it is possible to print a range of pages.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public virtual bool AllowCustomPageRange { get; protected set; }

Property Value

Type Description
Boolean

true, if it is possible to print the specified range of pages; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowCustomPageRange
BackstagePrintPreview
.PrintOptions.AllowCustomPageRange
See Also