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

PrintOptions.CustomPageRange Property

Specifies the range of document pages to print.

Namespace: DevExpress.Xpf.Printing

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

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnCustomPageRangeChanged")]
public virtual string CustomPageRange { get; set; }

Property Value

Type Description
String

A string that specifies the range of pages.

Property Paths

You can access this nested property as listed below:

Object Type Path to CustomPageRange
BackstagePrintPreview
.PrintOptions.CustomPageRange

Remarks

This property is in effect if the PrintOptions.AllowCustomPageRange option is set to true.

See Also