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

CustomDrawItemMode Enum

In This Article

Lists values that specify which elements of the default painting should be enabled when handling the DiagramControl.CustomDrawItem event.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v24.2.dll

NuGet Package: DevExpress.Win.Diagram

#Declaration

[Flags]
public enum CustomDrawItemMode

#Members

Name Description
None

Disable the default painting of all elements of the item.

Background

Enable only the default painting of the item’s background.

Content

Enable only the default painting of the item’s content.

All

Enable the default painting of all elements of the item.

See Also