Back to Devexpress

DiagramItem.CanHideSubordinates Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramitem-207eea5c.md

latest1.4 KB
Original Source

DiagramItem.CanHideSubordinates Property

Gets or sets whether to display the expand-collapse button below the diagram item that allows an end-user to show/hide the item’s subordinates. This is a dependency property.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public bool CanHideSubordinates { get; set; }
vb
Public Property CanHideSubordinates As Boolean

Property Value

TypeDescription
Boolean

true, to allow hiding subordinates of the current item; otherwise, false.

|

Remarks

The DiagramItem.AreSubordinatesVisible property returns whether the item’s subordinates are currently visible.

See Also

DiagramItem Class

DiagramItem Members

DevExpress.Xpf.Diagram Namespace