Back to Devexpress

LayoutGroup.AllowExpand Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-b481f741.md

latest1.3 KB
Original Source

LayoutGroup.AllowExpand Property

Gets or sets whether a group can be expanded/collapsed. This is a dependency property.

Namespace : DevExpress.Xpf.Docking

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

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

Property Value

TypeDescription
Boolean

true if a group can be expanded/collapsed; otherwise, false.

|

Remarks

To change the group’s expansion state, use the LayoutGroup.Expanded property.

See Also

Expanded

IsExpanded

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace