Skip to main content
A newer version of this page is available. .

DXFrame.AllowCustomizingWindowTitle Property

Gets or sets whether it is allowed to customize the window title. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

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

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