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

BackstagePrintPreview.PrintOptionsTemplate Property

Gets or sets the template used to render print options. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public DataTemplate PrintOptionsTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that is the data template used to display print options.

Remarks

See the Data Templating Overview topic to learn more.

See Also