Skip to main content

DiagramCommandsBase.ToggleSubordinatesVisibilityCommand Field

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

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public static readonly DiagramCommand<IDiagramItem> ToggleSubordinatesVisibilityCommand

Field Value

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