DiagramItemInitializingEventArgs.ItemUsage Property
Indicates whether the item is a part of the diagram or toolbox preview.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Property Value
Type | Description |
---|---|
ItemUsage | A ItemUsage enumeration value. |
Available values:
Name | Description |
---|---|
Diagram | Indicates whether the item has been created in the diagram. |
ToolboxPreview | The item has been created in the toolbox preview. |
See Also