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

ThemedWindow.ShowTitle Property

Gets or sets whether or not to show the window’s title.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public bool ShowTitle { get; set; }

Property Value

Type Description
Boolean

true to show the title; otherwise, false.

Remarks

To specify the title, use the Title property. Use the ThemedWindow.TitleAlignment property to specify title alignment.

See Also