Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BackstagePrintPreview.CustomSettings Property

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v24.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