Skip to main content

TemplatedLink.BottomMarginTemplate Property

Specifies the bottom margin template for the document.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public DataTemplate BottomMarginTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object.

Remarks

Use the TemplatedLink.TopMarginTemplate and BottomMarginTemplate properties, to specify templates for the document margin areas.

For more information, see Printing Links.

See Also