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

DiagramCommandsBase.ToggleSubordinatesVisibilityCommand Field

Toggle the visibility of the child items of the selected diagram item.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v19.1.Core.dll

Declaration

public static readonly DiagramCommand<IDiagramItem> ToggleSubordinatesVisibilityCommand

Field Value

Type
DevExpress.Diagram.Core.DiagramCommand<DevExpress.Diagram.Core.IDiagramItem>
See Also