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

DiagramCommandsBase.SelectionCommands Property

Provides access to selection commands.

Namespace: DevExpress.Diagram.Core

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

Declaration

public static IEnumerable<DiagramCommandBase> SelectionCommands { get; }

Property Value

Type Description
IEnumerable<DevExpress.Diagram.Core.DiagramCommandBase>

An object implementing the IEnumerable interface.

See Also