GanttMessagesEditorSettingsBuilder
Defines the fluent API for configuring the GanttMessagesEditorSettings settings.
Methods
AssignButton(System.String)
The text similar to "Assign" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the assignbutton.
EditorTitle(System.String)
The text similar to "Task" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the editortitle.
End(System.String)
The text similar to "End" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the end.
PercentComplete(System.String)
The text similar to "Complete" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the percentcomplete.
PlannedEnd(System.String)
The text similar to "Planned End" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the plannedend.
PlannedStart(System.String)
The text similar to "Planned Start" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the plannedstart.
Resources(System.String)
The text similar to "Resources" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the resources.
ResourcesEditorTitle(System.String)
The text similar to "Resources" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the resourceseditortitle.
ResourcesHeader(System.String)
The text similar to "Resources" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the resourcesheader.
Start(System.String)
The text similar to "Start" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the start.
Title(System.String)
The text similar to "Title" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the title.
UnitsHeader(System.String)
The text similar to "Units" displayed in Gantt task editor.
Parameters
value - System.String
The value that configures the unitsheader.
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.
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.
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.
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.
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.
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.
ParentOptionLabel(System.String)
The optionLabel of the parent DropDownList editor.
Parameters
value - System.String
The value that configures the parentoptionlabel.
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.
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.
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.
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.
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.