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

GanttSettings Properties

Contains the Gantt extension settings.
Name Description
AccessibilityCompliant Enables accessibility support.
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
AutoGenerateColumns Gets or sets whether columns are automatically created for all fields in the underlying data source.
AutoGenerateServiceColumns Gets or sets whether columns are automatically created for service fields in the underlying data source.
BeforeGetCallbackResult Allows you to perform custom actions after a callback sent by the current extension has been processed on the server, but prior to the time the respective callback result render is formed.
CallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
Caption Gets or sets the text to render in an HTML caption element in a Gantt.
ClientLayout Enables you to save and restore the previously saved Gantt’s layout.
ClientSideEvents Gets an object that lists the client-side events specific to the GanttSettings.
ClientVisible Gets or sets a value that specifies the initial visibility state of an extension on the client.
Columns Provides access to the Gantt’s column collection.
ControlStyle Provides access to the style settings declared at the root level of the Gantt’s wrapped web server control.
CustomActionRouteValues Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks.
CustomColumnDisplayText Enables custom display text to be provided for any cell.
CustomDataActionRouteValues Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom data callbacks.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client.
DataBinding Allows you to perform custom actions before a Gantt is bound to a data source.
DataBound Enables you to perform a custom action after the Gantt has been bound to its data source.
EnableCallbackAnimation Gets or sets a value that specifies whether a specific animation effect is used when a Gannt’s content is updated via a callback.
Enabled Gets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnableTheming Gets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtml Inherited from SettingsBase.
Height Gets or sets the height of the extension. Inherited from SettingsBase.
HtmlCommandCellPrepared Enables you to change the individual command cells’ settings.
HtmlDataCellPrepared Enables you to change the individual cells’ settings.
HtmlRowPrepared Enables you to change the individual rows’ settings.
Images Provides access to the settings that define images in the Gantt’s elements.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
KeyboardSupport Gets or sets a value that specifies whether keyboard navigation is available within the Gantt.
KeyFieldName Gets or sets the name of the data source key field.
Mappings Provides access to the object that contains a set of gantt’s properties mappings.
Name Gets or sets the unique identifier name for the extension. Inherited from SettingsBase.
ParentFieldName Gets or sets the data source field which contains parent node values.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
RootValue Gets or sets the value that root nodes contain in the field specified by the ParentFieldName property.
Settings Provides access to the Gantt’s settings.
SettingsBehavior Provides access to the Gantt’s behavior settings.
SettingsCustomizationWindow For internal use only.
SettingsGanttView Provides access to the Gantt’s view settings.
SettingsPopup For internal use only.
SettingsResizing Provides access to the Gantt’s resizing settings.
SkinID Gets or sets the skin to apply to the control. Inherited from SettingsBase.
Style Gets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
Styles Provides access to the style settings that control the appearance of the Gantt control.
StylesPopup For internal use only.
TabIndex Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
Theme Gets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolTip Gets or sets a UI element’s tooltip text. Inherited from SettingsBase.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
WorkTimeRules Provides access to the work time rules collection.
See Also