ASPxGantt.CreateDefaultToolbarItems() Method
Creates the toolbar and populates it with default items.
Namespace: DevExpress.Web.ASPxGantt
Assembly: DevExpress.Web.ASPxGantt.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
The ASPxGantt allows you to display the most frequently used commands in the built-in toolbar.
ASPxGantt1.CreateDefaultToolbarItems();
ASPxGantt1.CreateDefaultToolbarItems()
Available default toolbar items:
Toolbar Item Type | Description |
---|---|
A toolbar item that adds a task. | |
A toolbar item that removes a task. | |
A toolbar item that collapses all tasks. | |
A toolbar item that expands all tasks. | |
A toolbar item that switches the control to full screen mode. | |
A toolbar item that reverses an action. | |
A toolbar item that repeats the undone action. | |
A toolbar item that zooms in. | |
A toolbar item that zooms out. |
Examples
See Also