Skip to main content

DXFrame.WindowTitleSettings Property

Gets or sets the window title settings, such as the background and foreground colors. 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 TitleSettings WindowTitleSettings { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.TitleSettings

The DevExpress.UI.Xaml.TitleSettings object that comprises the window title settings.

See Also