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

DiagramControl.PrintPageBackgroundTemplate Property

Gets or sets the template that specifies the background of a printed page. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v24.2.dll

NuGet Package: DevExpress.Wpf.Diagram

#Declaration

public DataTemplate PrintPageBackgroundTemplate { get; set; }

#Property Value

Type Description
DataTemplate

A DataTemplate object that specifies the background of a printed page.

#Remarks

Use the PrintPageBackgroundTemplate property to specify a custom printed page background.

The background specified by the DiagramControl.DiagramPageBackgroundTemplate property is printed on top of the printed page background.

Note

To specify a custom page background for the application, use the DiagramControl.DiagramPageBackgroundTemplate property.

See Also