Skip to main content
.NET 6.0+

DashboardData.Title Property

Specifies the dashboard title.

Namespace: DevExpress.Persistent.BaseImpl

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v23.2.dll

Declaration

[VisibleInDetailView(false)]
[VisibleInListView(true)]
public string Title { get; set; }

Property Value

Type Description
String

A string specifying the dashboard title.

Implements

See Also