Skip to main content
A newer version of this page is available. .

DashboardTitleAlignment Enum

Lists values that specify the alignment of the dashboard title.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public enum DashboardTitleAlignment

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