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.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
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