Back to Devexpress

ThemedWindow.ShowLeftPanel Property

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-d98507f8.md

latest1.8 KB
Original Source

ThemedWindow.ShowLeftPanel Property

Gets or sets whether to display the Side Panel. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDescription
Boolean

true to display the Side Panel ; otherwise, false.

|

Remarks

The ShowLeftPanel property allows you to display the Side Panel. This panel (located at the left side of the window) occupies the entire window height.

LeftPanelContent, LeftPanelContentTemplate, and LeftPanelContentTemplateSelector properties allow you to specify panel content.

Refer to the following help topic for more information: Side Panel.

See Also

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace