Back to Devexpress

GanttEditingSettings Members

aspnet-devexpress-dot-web-dot-aspxgantt-dot-gantteditingsettings-dot-underscore-members.md

latest4.5 KB
Original Source

GanttEditingSettings Members

Provides access to editing settings.

Constructors

NameDescription
GanttEditingSettings(IPropertiesOwner)Initializes a new instance of the GanttEditingSettings class with specified settings.

Properties

NameDescription
AllowDependencyDeleteSpecifies whether users can delete dependencies.
AllowDependencyInsertSpecifies whether users can insert dependencies.
AllowResourceDeleteSpecifies whether users can delete resources.
AllowResourceInsertSpecifies whether users can insert resources.
AllowResourceUpdateFor internal use only.
AllowTaskDeleteSpecifies whether users can delete tasks.
AllowTaskInsertSpecifies whether users can insert tasks.
AllowTaskResourceUpdateSpecifies whether users can update a task’s resources.
AllowTaskUpdateFor internal use only.
EnabledSpecifies whether users can add, update and delete tasks, dependencies and resources in the Gantt control.

Methods

NameDescription
Assign(GanttSettingsBase)Copies the settings of the specified object to the current one.
Assign(PropertiesBase)Copies the settings from the specified PropertiesBase object to the current object. Inherited from PropertiesBase.
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the string that represents the current object. Inherited from StateManager.

See Also

GanttEditingSettings Class

DevExpress.Web.ASPxGantt Namespace