Back to Devexpress

DashboardTitleAlignment Enum

dashboard-devexpress-dot-dashboardcommon-e0773775.md

latest1.4 KB
Original Source

DashboardTitleAlignment Enum

Lists values that specify the alignment of the dashboard title.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum DashboardTitleAlignment
vb
Public Enum DashboardTitleAlignment

Members

NameDescription
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.

|

The following properties accept/return DashboardTitleAlignment values:

Remarks

Values listed by this enumeration are used to set the DashboardTitle.Alignment property.

See Also

DevExpress.DashboardCommon Namespace