Back to Devexpress

WindowService.Title Property

wpf-devexpress-dot-mvvm-dot-ui-dot-windowservice-5991efe5.md

latest1.0 KB
Original Source

WindowService.Title Property

Gets or sets the service window’s title. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public string Title { get; set; }
vb
Public Property Title As String

Property Value

TypeDescription
String

A String object that is a service window’s title.

|

See Also

WindowService Class

WindowService Members

DevExpress.Mvvm.UI Namespace