GanttMessagesEditorSettingsBuilder
Methods
AssignButton(System.String)
The text similar to "Assign" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the assignbutton.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.AssignButton("Value")))
)
EditorTitle(System.String)
The text similar to "Task" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the editortitle.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.EditorTitle("Value")))
)
End(System.String)
The text similar to "End" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the end.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.End("Value")))
)
PercentComplete(System.String)
The text similar to "Complete" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the percentcomplete.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.PercentComplete("Value")))
)
PlannedEnd(System.String)
The text similar to "Planned End" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the plannedend.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.PlannedEnd("Value")))
)
PlannedStart(System.String)
The text similar to "Planned Start" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the plannedstart.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.PlannedStart("Value")))
)
Resources(System.String)
The text similar to "Resources" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the resources.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.Resources("Value")))
)
ResourcesEditorTitle(System.String)
The text similar to "Resources" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the resourceseditortitle.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.ResourcesEditorTitle("Value")))
)
ResourcesHeader(System.String)
The text similar to "Resources" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the resourcesheader.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.ResourcesHeader("Value")))
)
Start(System.String)
The text similar to "Start" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the start.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.Start("Value")))
)
Title(System.String)
The text similar to "Title" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the title.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.Title("Value")))
)
UnitsHeader(System.String)
The text similar to "Units" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the unitsheader.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.UnitsHeader("Value")))
)
AddNew(System.String)
The text that will be rendered in the Create button of the Dependencies and Assignments edit tables.
Parameters
value - System.String
The value that configures the addnew.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.AddNew("Value")))
)
Name(System.String)
The text that will be rendered as a title of the Predecessor and Successor columns in the Dependencies edit tables, and the Dependency column in the Assignments edit table.
Parameters
value - System.String
The value that configures the name.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.Name("Value")))
)
PercentCompleteHint(System.String)
The hint text that will be rendered for the percentCompleted NumericTextBox on the popup edit Form.
Parameters
value - System.String
The value that configures the percentcompletehint.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.PercentCompleteHint("Value")))
)
Remove(System.String)
The text that will be rendered in the Remove button of the Dependencies and Assignments edit tables.
Parameters
value - System.String
The value that configures the remove.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.Remove("Value")))
)
ActualStart(System.String)
The label text of the start DateTimePicker editor when the planned editors are also present on the form.
Parameters
value - System.String
The value that configures the actualstart.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.ActualStart("Value")))
)
ActualEnd(System.String)
The label text of the end DateTimePicker editor when the planned editors are also present on the form.
Parameters
value - System.String
The value that configures the actualend.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.ActualEnd("Value")))
)
ParentOptionLabel(System.String)
The optionLabel of the parent DropDownList editor.
Parameters
value - System.String
The value that configures the parentoptionlabel.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.ParentOptionLabel("Value")))
)
General(System.String)
The text used for the main (general) tab on the edit popup TabStrip.
Parameters
value - System.String
The value that configures the general.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.General("Value")))
)
Predecessors(System.String)
The text used for the predecessors tab on the edit popup TabStrip.
Parameters
value - System.String
The value that configures the predecessors.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.Predecessors("Value")))
)
Successors(System.String)
The text used for the successors tab on the edit popup TabStrip.
Parameters
value - System.String
The value that configures the successors.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.Successors("Value")))
)
Other(System.String)
The text used for the other tab on the edit popup TabStrip.
Parameters
value - System.String
The value that configures the other.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.Other("Value")))
)
DependencyType(System.String)
The text that will be rendered as a title of the Type column in the Dependencies edit tables.
Parameters
value - System.String
The value that configures the dependencytype.
Example
@(Html.Kendo().Gantt<TaskViewModel, DependencyViewModel>()
.Name("gantt")
.Messages(m => m.Editor(em => em.DependencyType("Value")))
)