DXWindow.ShowTitle Attached Property
Gets or sets whether to show the window’s title.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.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