DXWindow.ShowTitle Attached Property
In This Article
Gets or sets whether to show the window’s title.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true to show the title; otherwise, false. |
#Remarks
To specify the title, use the Title property.
See Also