/ Gantt / IValidateMode
Search results

IValidateMode API in React Gantt API component

Properties

respectFinishNoLaterThan

boolean

If false, reverts edits violating Finish No Later Than (FNLT) and shows dialog with violationType: “FinishNoLaterThan”.

respectMustFinishOn

boolean

If false, reverts edits violating Must Finish On (MFO) and shows dialog with violationType: “MustFinishOn”.

respectMustStartOn

boolean

If false, reverts edits violating Must Start On (MSO) and shows dialog with violationType: “MustStartOn”.

respectStartNoLaterThan

boolean

If false, reverts edits violating Start No Later Than (SNLT) and shows dialog with violationType: “StartNoLaterThan”.