DiagramContainer.IsCollapsed Property
Specifies whether the container item is collapsed.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(false)]
[DiagramCategory(DiagramCategory.Common)]
public virtual bool IsCollapsed { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the container is collapsed; otherwise, false. |
See Also