Back to Devexpress

LayoutGroup.IsCollapsed Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-c3460f7b.md

latest1.9 KB
Original Source

LayoutGroup.IsCollapsed Property

Gets or sets whether the group is collapsed. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

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

Property Value

TypeDescription
Boolean

true if the group is collapsed; otherwise, false.

|

Remarks

To allow a group to be collapsed, set the properties as follows:

A collapsible group displays a Collapse button in the title bar that allows an end-user to collapse/restore the group. To collapse/restore a group in XAML or code, use the IsCollapsed property.

See Also

IsCollapsible

Collapsed

Expanded

View

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace