Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

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