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

WinUIDialogWindow.TitleStyle Property

Gets or sets the dialog title style. This is a dependency property.

Namespace: DevExpress.Xpf.WindowsUI

Assembly: DevExpress.Xpf.Controls.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public Style TitleStyle { get; set; }

Property Value

Type Description
Style

A Style object that represents the style of the dialog title.

Remarks

Target Type: TextBox

See Also