Back to Devexpress

Pane.Collapsed Property

wpf-devexpress-dot-xpf-dot-charts-dot-pane-9a5fa2e7.md

latest955 B
Original Source

Pane.Collapsed Property

Gets or sets the value that specifies whether the pane is collapsed.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Property Value

TypeDescription
Boolean

true, if the pane is collapsed; otherwise, false.

|

See Also

Pane Class

Pane Members

DevExpress.Xpf.Charts Namespace