DashboardTitle.Alignment Property
In This Article
Gets or sets the alignment of the dashboard title.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(DashboardTitleAlignment.Center)]
public DashboardTitleAlignment Alignment { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Dashboard |
Center | A Dashboard |
Available values:
Name | Description |
---|---|
Left | Align the dashboard title to the left in the dashboard title area. |
Center | Align the dashboard title to the center in the dashboard title area. |
See Also