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

GanttToolbarAlignment Enum

Lists values that specify the Gantt toolbar alignment.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

public enum GanttToolbarAlignment

Members

Name Description
Left

Aligns the toolbar items to the left.

Justify

Aligns items to the left and right edges of the toolbar.

Right

Aligns the toolbar items to the right.

Related API Members

The following properties accept/return GanttToolbarAlignment values:

Remarks

Set the Alignment property to one of the GanttToolbarAlignment enumeration values to specify the toolbar alignment.

<dx:ASPxGantt ID="Gantt" runat="server"...>
    ...
    <SettingsToolbar Alignment="Right" />
</dx:ASPxGantt>

Examples

Online Demos

See Also