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

DiagramBeforeItemsResizingEventArgs.ActionSource Property

Indicates whether the resizing operation is performed using the selection handles or the Properties Panel.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public ItemsActionSource ActionSource { get; }

Property Value

Type Description
ItemsActionSource

A ItemsActionSource enumeration value.

Available values:

Name Description
Mouse

The event was raised by a mouse operation.

Key

The event was raised by pressing a key.

PropertyChanging

The event was raised using the Properties panel.

See Also