Skip to main content
A newer version of this page is available. .

DiagramItemCreatingEventArgs.ItemUsage Property

Indicates whether the item is a part of the diagram or toolbox preview.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public ItemUsage ItemUsage { get; }

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