Back to Devexpress

LayoutGroup.IsPermanent Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutgroup-7a505f2b.md

latest1.2 KB
Original Source

LayoutGroup.IsPermanent Property

Gets whether the group remains alive during layout optimization.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public bool IsPermanent { get; }
vb
Public ReadOnly Property IsPermanent As Boolean

Property Value

TypeDescription
Boolean

true if the group remains alive during layout optimization; false if the group is deleted.

|

See Also

OptimizeLayout

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.LayoutControl Namespace