Back to Devexpress

SpreadsheetSettings Properties

aspnetmvc-devexpress-dot-web-dot-mvc-dot-spreadsheetsettings-dot-underscore-properties.md

latest12.9 KB
Original Source

SpreadsheetSettings Properties

Contains the Spreadsheet extension settings.

NameDescription
AccessKeyGets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
ActiveTabIndexGets or sets the index of a Worksheet Tab which is selected within the Spreadsheet.
AssociatedRibbonNameSpecifies the name of a Ribbon extension, used as an external toolbar.
AttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
AutoSaveModeGets or sets the auto-saving mode.
AutoSaveTimeoutGets or sets the timeout for auto-saving.
CallbackRouteValuesDefines the callback routing logic by specifying the names of a Controller and an Action which should handle callbacks.
ClientSideEventsGets an object that lists the client-side events specific to the Spreadsheet.
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 ASPxClientSpreadsheet.PerformCallback method.
CustomJSPropertiesEnables you to supply any server data that can then be parsed on the client.
DocumentSelectorFileUploadingEnables you to perform server-side processing of file upload operations initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorFolderCreatingEnables you to perform server-side processing of folder creation operations, initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorItemDeletingEnables you to perform server-side processing of file/folder deletion operations initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorItemMovingEnables you to perform server-side processing of file/folder move operations initiated within the Spreadsheet’s built-in Document Selector.
DocumentSelectorItemRenamingEnables you to perform server-side processing of file/folder rename operations initiated within the Spreadsheet’s built-in Document Selector.
DownloadRouteValuesObsolete. Defines the callback routing logic by specifying the name of the Controller and the Action which should handle requests related to file downloading.
EnableClientSideAPIGets 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.
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.
FullscreenModeGets or sets a value specifying whether the Spreadsheet is used in full-screen mode.
HeightGets or sets the height of the extension. Inherited from SettingsBase.
ImagesProvides access to the settings that define images for various Spreadsheet elements.
ImagesFileManagerProvides access to the settings that define images displayed within the FileManager used in certain built-in dialogs.
InitEnables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
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.
ReadOnlyGets or sets a value indicating whether an end-user can change the Spreadsheet’s contents at runtime.
RibbonModeSpecifies the type of the Spreadsheet’s Ribbon toolbar.
RibbonTabsProvides access to the collection of Ribbon tabs.
SavingEnables you to perform server-side processing of a spreadsheet document before it is saved to the server.
SettingsProvides access to the Spreadsheet’s main settings.
SettingsDialogsProvides access to the built-in dialogs’ settings.
SettingsDocumentSelectorProvides access to settings that are related to the FileManager used within some built-in dialogs dialog.
SettingsLoadingPanelProvides access to the Loading Panel’s settings.
SettingsViewProvides access to settings allowing you to manipulate the Spreadsheet’s view mode.
ShowConfirmOnLosingChangesGets 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.
ShowFormulaBarGets or sets a value that specifies the Formula Bar’s visibility.
ShowSheetTabsGets or sets a value specifying the sheet tab selector‘s visibility.
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.
StylesProvides access to the style settings that allow the appearance of the extension (and its visual elements) to be defined.
StylesButtonProvides access to the style settings that define the appearance of button elements used by the Spreadsheet extension (within dialog forms, for instance).
StylesEditorsProvides access to the style settings that define the appearance of editor elements used by the Spreadsheet extension (for instance, within dialog forms).
StylesFileManagerProvides 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).
StylesFormulaAutoCompeteGets the settings defining the appearance of elements used by the Spreadsheet’s Formula AutoComplete feature.
StylesFormulaBarGets the settings that define the appearance of elements used within the Spreadsheet’s Formula Bar.
StylesPopupMenuProvides access to the style settings that define the appearance of the Spreadsheet’s context menu.
StylesRibbonProvides access to the style settings that define the appearance of the Spreadsheet’s ribbon toolbar elements.
StylesTabControlProvides access to the style settings defining the appearance of tab control elements used in the Spreadsheet.
TabIndexGets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
TemporaryFolderObsolete. Gets or sets the temporary server folder where files which are currently being uploaded, are maintained.
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.
ViewModeChangingFires before the control’s view mode is changed and allows you to cancel the action.
WidthGets or sets the width of the extension. Inherited from SettingsBase.
WorkDirectoryGets or sets the working directory path.

See Also

SpreadsheetSettings Class

SpreadsheetSettings Members

DevExpress.Web.Mvc Namespace