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

CustomDrawBackgroundEventArgs.PrintIndex Property

Gets the zero-based index of the page that is currently being rendered when printing the diagram.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public int? PrintIndex { get; }

Property Value

Type Description
Nullable<Int32>

A zero-based index of the page that is currently being rendered.

Remarks

Returns null when the background is not rendered for printing.

See Also