GanttMessagesSettingsBuilder
Methods
Actions(System.Action)
The configuration of the Gantt action messages. Use this option to customize or localize the Gantt action messages.
Parameters
configurator - System.Action<GanttMessagesActionsSettingsBuilder>
The configurator for the actions setting.
RETURNS
Returns the current instance of GanttMessagesSettingsBuilder .
Cancel(System.String)
The text similar to "Cancel" displayed in Gantt.
Parameters
value - System.String
The value for Cancel
RETURNS
Returns the current GanttMessagesSettingsBuilder instance.
DeleteDependencyConfirmation(System.String)
The text similar to "Are you sure you want to delete this dependency?" displayed in Gantt dependency delete dialog.
Parameters
value - System.String
The value for DeleteDependencyConfirmation
RETURNS
Returns the current GanttMessagesSettingsBuilder instance.
DeleteDependencyWindowTitle(System.String)
The text similar to "Delete dependency" displayed in Gantt dependency delete dialog title.
Parameters
value - System.String
The value for DeleteDependencyWindowTitle
RETURNS
Returns the current GanttMessagesSettingsBuilder instance.
DeleteTaskConfirmation(System.String)
The text similar to "Are you sure you want to delete this task?" displayed in Gantt task delete dialog.
Parameters
value - System.String
The value for DeleteTaskConfirmation
RETURNS
Returns the current GanttMessagesSettingsBuilder instance.
DeleteTaskWindowTitle(System.String)
The text similar to "Delete task" displayed in Gantt task delete dialog title.
Parameters
value - System.String
The value for DeleteTaskWindowTitle
RETURNS
Returns the current GanttMessagesSettingsBuilder instance.
Destroy(System.String)
The text similar to "Delete" displayed in Gantt.
Parameters
value - System.String
The value for Destroy
RETURNS
Returns the current GanttMessagesSettingsBuilder instance.
Editor(System.Action)
The configuration of the Gantt editor messages. Use this option to customize or localize the Gantt editor messages.
Parameters
configurator - System.Action<GanttMessagesEditorSettingsBuilder>
The configurator for the editor setting.
RETURNS
Returns the current instance of GanttMessagesSettingsBuilder .
PlannedTasks(System.Action)
The configuration of the Gantt messages for Planned tasks.
Parameters
configurator - System.Action<GanttMessagesPlannedTasksSettingsBuilder>
The configurator for the plannedtasks setting.
RETURNS
Returns the current instance of GanttMessagesSettingsBuilder .
Save(System.String)
The text similar to "Save" displayed in Gantt.
Parameters
value - System.String
The value for Save
RETURNS
Returns the current GanttMessagesSettingsBuilder instance.
SelectView(System.String)
The aria-label of the View select element.
Parameters
value - System.String
The value for SelectView
RETURNS
Returns the current GanttMessagesSettingsBuilder instance.
Views(System.Action)
The configuration of the Gantt view messages. Use this option to customize or localize the Gantt view messages.
Parameters
configurator - System.Action<GanttMessagesViewsSettingsBuilder>
The configurator for the views setting.
RETURNS
Returns the current instance of GanttMessagesSettingsBuilder .