Back to Devexpress

BackstagePrintPreview.CustomSettings Property

wpf-devexpress-dot-xpf-dot-printing-dot-backstageprintpreview-17662039.md

latest1.4 KB
Original Source

BackstagePrintPreview.CustomSettings Property

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

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public object CustomSettings { get; set; }
vb
Public Property CustomSettings As Object

Property Value

TypeDescription
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

BackstagePrintPreview Class

BackstagePrintPreview Members

DevExpress.Xpf.Printing Namespace