Back to Devexpress

WinUIDialogWindow.TitleStyle Property

wpf-devexpress-dot-xpf-dot-windowsui-dot-winuidialogwindow-fcde14ba.md

latest1.2 KB
Original Source

WinUIDialogWindow.TitleStyle Property

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

Namespace : DevExpress.Xpf.WindowsUI

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public Style TitleStyle { get; set; }
vb
Public Property TitleStyle As Style

Property Value

TypeDescription
Style

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

|

Remarks

Target Type : TextBox

See Also

WinUIDialogWindow Class

WinUIDialogWindow Members

DevExpress.Xpf.WindowsUI Namespace