Back to Devexpress

GanttToolbarAlignment Enum

aspnet-devexpress-dot-web-dot-aspxgantt-730ee8fb.md

latest2.1 KB
Original Source

GanttToolbarAlignment Enum

Lists values that specify the Gantt toolbar alignment.

Namespace : DevExpress.Web.ASPxGantt

Assembly : DevExpress.Web.ASPxGantt.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GanttToolbarAlignment
vb
Public Enum GanttToolbarAlignment

Members

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

|

The following properties accept/return GanttToolbarAlignment values:

Remarks

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

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

Run Demo: (Web Forms) Gantt Toolbar

Run Demo: (MVC) Gantt Toolbar

Examples

See Also

ASPxGantt - 'How To' Examples

DevExpress.Web.ASPxGantt Namespace