BackstagePrintPreview.CustomSettingsTemplate Property
Gets or sets the template used to render custom print settings. This is a dependency property.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
DataTemplate | A DataTemplate object that is the data template used to display custom settings. |
Remarks
See the Backstage Print Preview topic for an example of providing custom print options.
See Also