Back to Devexpress

LayoutGroup.IsCollapsible Property

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

latest2.0 KB
Original Source

LayoutGroup.IsCollapsible Property

Gets or sets whether the group may be 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 IsCollapsible { get; set; }
vb
Public Property IsCollapsible As Boolean

Property Value

TypeDescription
Boolean

true if the group may be collapsed; otherwise, false.

|

Remarks

A group may be collapsed if the following conditions met:

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 LayoutGroup.IsCollapsed property.

See Also

Collapsed

Expanded

IsCollapsed

View

MinimizationDirection

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace