DiagramCommandsBase.SelectionCommands Property
Provides access to selection commands.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v20.2.Core.dll
Declaration
public static IEnumerable<DiagramCommandBase> SelectionCommands { get; }
Public Shared ReadOnly Property SelectionCommands As IEnumerable(Of DiagramCommandBase)
Property Value
Type | Description |
---|---|
IEnumerable<DevExpress.Diagram.Core.DiagramCommandBase> | An object implementing the IEnumerable interface. |
See Also
Feedback