Skip to main content

HamburgerMenu.AllowCustomizingWindowTitle Property

Gets or sets whether it is allowed to customize the window title.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool AllowCustomizingWindowTitle { get; set; }

Property Value

Type Description
Boolean

true, if it is allowed to customize the window title; otherwise, false.

See Also