LayoutGroup.IsActuallyCollapsed Property
Gets whether the group is actually collapsed.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the group is actually collapsed; otherwise, false. |
Remarks
The IsActuallyCollapsed property returns true if the following conditions met:
- the LayoutGroup.View property is set to LayoutGroupView.GroupBox.
- the LayoutGroup.IsCollapsible property is set to true.
- the LayoutGroup.IsCollapsed property is set to true.
See Also