Back to Devexpress

ThemedWindow.LeftPanelContentTemplate Property

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

latest1.7 KB
Original Source

ThemedWindow.LeftPanelContentTemplate Property

Gets or sets the template applied to Side Panel content. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DataTemplate LeftPanelContentTemplate { get; set; }
vb
Public Property LeftPanelContentTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

The template applied to Side Panel content.

|

Remarks

The ShowLeftPanel property specifies whether to display the Side Panel. You can use the LeftPanelContent property to define Side Panel content.

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

See Also

LeftPanelContentTemplateSelector

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace