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

PrintOptions.PrintRange Property

Specifies the page numbers to print.

Namespace: DevExpress.Xpf.Printing

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

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnPrintRangeChanged")]
public virtual PrintRange PrintRange { get; set; }

Property Value

Type Description
PrintRange

A PrintRange enumeration value that specifies the document part to print.

Property Paths

You can access this nested property as listed below:

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