DashboardTitleAlignment Enum
In This Article
Lists values that specify the alignment of the dashboard title.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
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. |
#Related API Members
The following properties accept/return DashboardTitleAlignment values:
#Remarks
Values listed by this enumeration are used to set the DashboardTitle.Alignment property.
See Also