Skip to main content

DXFrame.HideBackButton Property

Gets or sets whether the Back button is shown. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool HideBackButton { get; set; }

Property Value

Type Description
Boolean

true, if the Back button is shown; otherwise, false.

See Also