Skip to main content
A newer version of this page is available. .

GanttEditingBuilder Members

Provides methods that allow you to configure nested options of the client-side editing object.

Constructors

Name Description
GanttEditingBuilder(OptionsOwnerContext) For internal use only. Initializes a new GanttEditingBuilder class instance.

Methods

Name Description
AllowDependencyAdding(JS) Mirrors the client-side allowDependencyAdding option.
AllowDependencyAdding(Boolean) Mirrors the client-side allowDependencyAdding option.
AllowDependencyDeleting(JS) Mirrors the client-side allowDependencyDeleting option.
AllowDependencyDeleting(Boolean) Mirrors the client-side allowDependencyDeleting option.
AllowResourceAdding(JS) Mirrors the client-side allowResourceAdding option.
AllowResourceAdding(Boolean) Mirrors the client-side allowResourceAdding option.
AllowResourceDeleting(JS) Mirrors the client-side allowResourceDeleting option.
AllowResourceDeleting(Boolean) Mirrors the client-side allowResourceDeleting option.
AllowResourceUpdating(JS) Mirrors the client-side allowResourceUpdating option.
AllowResourceUpdating(Boolean) Mirrors the client-side allowResourceUpdating option.
AllowTaskAdding(JS) Mirrors the client-side allowTaskAdding option.
AllowTaskAdding(Boolean) Mirrors the client-side allowTaskAdding option.
AllowTaskDeleting(JS) Mirrors the client-side allowTaskDeleting option.
AllowTaskDeleting(Boolean) Mirrors the client-side allowTaskDeleting option.
AllowTaskResourceUpdating(JS) Mirrors the client-side allowTaskResourceUpdating option.
AllowTaskResourceUpdating(Boolean) Mirrors the client-side allowTaskResourceUpdating option.
AllowTaskUpdating(JS) Mirrors the client-side allowTaskUpdating option.
AllowTaskUpdating(Boolean) Mirrors the client-side allowTaskUpdating option.
Enabled(JS) Mirrors the client-side enabled option.
Enabled(Boolean) Mirrors the client-side enabled option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also