Skip to main content

BackstagePrintPreview.CustomSettings Property

Specifies custom options to display on the left side of BackstagePrintPreview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public object CustomSettings { get; set; }

Property Value

Type Description
Object

An object that specifies custom settings to display in the Backstage Print Preview.

Remarks

See the Backstage Print Preview topic for an example of providing custom print options.

See Also