Back to Devexpress

LayoutPanel.IsMinimized Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutpanel-7009cf9b.md

latest1.0 KB
Original Source

LayoutPanel.IsMinimized Property

Gets whether a layout panel is minimized. 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 IsMinimized { get; }
vb
Public ReadOnly Property IsMinimized As Boolean

Property Value

TypeDescription
Boolean

true, if a layout panel is minimized; otherwise, false.

|

See Also

LayoutPanel Class

LayoutPanel Members

DevExpress.Xpf.Docking Namespace