Back to Devexpress

ThemedWindow.ShowBackButton Property

wpf-devexpress-dot-xpf-dot-core-dot-themedwindow-309f58e2.md

latest1.3 KB
Original Source

ThemedWindow.ShowBackButton Property

Gets or sets whether the back button is displayed at the top-left position within window header. 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 ShowBackButton { get; set; }
vb
Public Property ShowBackButton As Boolean

Property Value

TypeDescription
Boolean

true, if the back button is displayed; otherwise, false.

|

Remarks

When the ShowBackButton property is set to true , the Icon property is not in effect.

See Also

BackRequested

NavigateBackCommand

ThemedWindow Class

ThemedWindow Members

DevExpress.Xpf.Core Namespace