Skip to main content

SpreadsheetSettings Properties

Contains the Spreadsheet extension settings.
Name Description
AccessKey Gets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
ActiveTabIndex Gets or sets the index of a Worksheet Tab which is selected within the Spreadsheet.
AssociatedRibbonName Specifies the name of a Ribbon extension, used as an external toolbar.
Attributes Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
AutoSaveMode Gets or sets the auto-saving mode.
AutoSaveTimeout Gets or sets the timeout for auto-saving.
CallbackRouteValues Defines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
ClientSideEvents Gets an object that lists the client-side events specific to the Spreadsheet.
ControlStyle Provides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase.
CustomActionRouteValues Defines the custom callback routing logic by specifying the names of a Controller and an Action which should handle custom callbacks initiated by the ASPxClientSpreadsheet.PerformCallback method.
CustomJSProperties Enables you to supply any server data that can then be parsed on the client.
DocumentSelectorFileUploading Enables you to perform server-side processing of file upload operations initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorFolderCreating Enables you to perform server-side processing of folder creation operations, initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorItemDeleting Enables you to perform server-side processing of file/folder deletion operations initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorItemMoving Enables you to perform server-side processing of file/folder move operations initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorItemRenaming Enables you to perform server-side processing of file/folder rename operations initiated within the Spreadsheet’s built-in Document Selector.
DownloadRouteValues Obsolete. Defines the callback routing logic by specifying the name of the Controller and the Action which should handle requests related to file downloading.
EnableClientSideAPI Gets or sets a value that specifies whether the extension to which this SpreadsheetSettings object is passed can be manipulated on the client side via code.
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 Gets or sets whether to encode editor value and content. Inherited from SettingsBase.
FullscreenMode Gets or sets a value specifying whether the Spreadsheet is used in full-screen mode.
Height Gets or sets the height of the extension. Inherited from SettingsBase.
Images Provides access to the settings that define images for various Spreadsheet elements.
ImagesFileManager Provides access to the settings that define images displayed within the FileManager used in certain built-in dialogs.
Init Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
Name Specifies the unique identifier name for the extension. Inherited from SettingsBase.
PreRender Allows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
ReadOnly Gets or sets a value indicating whether an end-user can change the Spreadsheet’s contents at runtime.
RibbonMode Specifies the type of the Spreadsheet’s Ribbon toolbar.
RibbonTabs Provides access to the collection of Ribbon tabs.
Saving Enables you to perform server-side processing of a spreadsheet document before it is saved to the server.
Settings Provides access to the Spreadsheet’s main settings.
SettingsDialogs Provides access to the built-in dialogs’ settings.
SettingsDocumentSelector Provides access to settings that are related to the FileManager used within some built-in dialogs dialog.
SettingsLoadingPanel Provides access to the Loading Panel’s settings.
SettingsView Provides access to settings allowing you to manipulate the Spreadsheet’s view mode.
ShowConfirmOnLosingChanges Gets or sets a value that specifies whether a confirmation alert should be displayed when any unsaved changes are going to be lost due to an end-user action.
ShowFormulaBar Gets or sets a value that specifies the Formula Bar’s visibility.
ShowSheetTabs Gets or sets a value specifying the sheet tab selector‘s visibility.
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 allow the appearance of the extension (and its visual elements) to be defined.
StylesButton Provides access to the style settings that define the appearance of button elements used by the Spreadsheet extension (within dialog forms, for instance).
StylesEditors Provides access to the style settings that define the appearance of editor elements used by the Spreadsheet extension (for instance, within dialog forms).
StylesFileManager Provides access to the style settings that define the appearance of File Manager elements used by the Spreadsheet extension (for instance, within the File Open dialog).
StylesFormulaAutoCompete Gets the settings defining the appearance of elements used by the Spreadsheet’s Formula AutoComplete feature.
StylesFormulaBar Gets the settings that define the appearance of elements used within the Spreadsheet’s Formula Bar.
StylesPopupMenu Provides access to the style settings that define the appearance of the Spreadsheet’s context menu.
StylesRibbon Provides access to the style settings that define the appearance of the Spreadsheet’s ribbon toolbar elements.
StylesTabControl Provides access to the style settings defining the appearance of tab control elements used in the Spreadsheet.
TabIndex Gets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
TemporaryFolder Obsolete. Gets or sets the temporary server folder where files which are currently being uploaded, are maintained.
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.
ViewModeChanging Fires before the control’s view mode is changed and allows you to cancel the action.
Width Gets or sets the width of the extension. Inherited from SettingsBase.
WorkDirectory Gets or sets the working directory path.
See Also