Back to Devexpress

GanttSettings Members

aspnetmvc-devexpress-dot-web-dot-mvc-dot-ganttsettings-dot-underscore-members.md

latest8.2 KB
Original Source

GanttSettings Members

Contains the Gantt extension settings.

Constructors

NameDescription
GanttSettings()Initializes a new instance of the object.

Properties

NameDescription
AccessKeyGets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
BatchUpdateRouteValuesSpecifies the names of a controller and an action that handle callbacks in batch edit mode.
CallbackRouteValuesSpecifies the names of a controller and an action that handle callbacks.
ClientSideEventsGets an object that lists the client-side events specific to the GanttSettings.
ControlStyleProvides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase.
CustomActionRouteValuesDefines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the PerformCallback(data) method.
DataBindingAllows you to perform custom actions before a Gantt is bound to a data source.
DataBoundEnables you to perform a custom action after the Gantt has been bound to its data source.
EnabledGets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnableThemingGets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtmlGets or sets whether to encode editor value and content. Inherited from SettingsBase.
HeightGets or sets the height of the extension. Inherited from SettingsBase.
ImagesProvides access to the settings that define images in the Gantt’s elements.
InitEnables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
MappingsProvides access to the object that contains a set of gantt’s properties mappings.
NameSpecifies the unique identifier name for the extension. Inherited from SettingsBase.
PreRenderAllows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
SettingsEditingProvides access to the Gantt’s editing settings.
SettingsGanttViewProvides access to the Gantt’s view settings.
SettingsStripLineProvides access to strip line settings.
SettingsTaskListProvides access to the task list settings.
SettingsToolbarContains toolbar settings.
SettingsValidationProvides access to validation settings.
SkinIDGets or sets the skin to apply to the control. Inherited from SettingsBase.
StyleGets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
TabIndexGets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
ThemeGets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolTipGets or sets a UI element’s tooltip text. Inherited from SettingsBase.
WidthGets or sets the width of the extension. Inherited from SettingsBase.
WorkTimeRulesProvides access to the work time rules collection.

Methods

NameDescription
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 a string that represents the current object. Inherited from Object.

See Also

GanttSettings Class

DevExpress.Web.Mvc Namespace