DashboardTitleAlignment Enum
Lists values that specify the alignment of the dashboard title.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.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. |
Remarks
Values listed by this enumeration are used to set the DashboardTitle.Alignment property.
See Also