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

DiagramDrawingContext Enum

Lists values used to indicate whether the item is to be drawn on the canvas, toolbox, in the print or export output or as the drag preview.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.2.dll

NuGet Package: DevExpress.Win.Diagram

#Declaration

public enum DiagramDrawingContext

#Members

Name Description
Canvas

The item is to be drawn on the canvas.

Toolbox

The item is to be drawn on the toolbox.

DragPreview

The item is to be drawn as the drag preview.

Print

The item is to be drawn on the canvas when printing the diagram.

ExportToImage

The item is to be drawn on the canvas when exporting the diagram to image.

ExportToPdf

The item is to be drawn on the canvas when exporting the diagram to a PDF document.

Detached

The item is to be drawn independently from the diagram control.

#Related API Members

The following properties accept/return DiagramDrawingContext values:

#Remarks

Values listed by this enumeration are used to set the value of the CustomDrawItemEventArgs.Context property.

See Also