FileManagerSettings Properties
Contains the FileManager 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. |
| AfterPerformCallback | Enables you to perform custom actions after a callback or a postback initiated by the control has been processed on the server. |
| Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase. |
| 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 FileManager. |
| ClientVisible | Gets or sets a value that specifies the initial visibility state of a FileManager on the client. |
| 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 MVCxClientFileManager.PerformCallback method. |
| CustomCallback | Fires when a callback has been initiated. |
| CustomErrorText | Enables you to provide custom error descriptions. |
| CustomFileInfoDisplayText | Allows you to display custom file information in the file tooltip and columns. |
| CustomFileSystemProvider | Gets or sets the custom file system provider used within FileManager. |
| CustomFileSystemProviderTypeName | Gets or sets the name of a custom file system provider type that is used within FileManager. |
| CustomJSProperties | Enables you to supply any server data that can then be parsed on the client. |
| CustomThumbnail | Occurs each time before a thumbnail is created. |
| CustomTooltip | Allows the tooltip for the current FileManager item to be customized. |
| DataBinding | Allows you to perform custom actions before a FileManager is bound to a data source. |
| DataBound | Allows you to perform some actions after the FileManager binds to a data source. |
| DetailsViewCustomColumnDisplayText | Allows you to specify the display text of a custom column cell. |
| DetailsViewCustomColumnHeaderFilterFillItems | Enables you to provide custom filter items displayed within a filter dropdown for a custom column. |
| DownloadRouteValues | Defines the callback routing logic by specifying the name of the Controller and the Action which should handle requests related to file downloading. |
| EnableCallbackAnimation | Gets or sets a value that specifies whether a specific animation effect is used when a tree list’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 | Gets or sets whether to encode editor value and content. Inherited from SettingsBase. |
| FilesUploaded | Allows you to perform custom actions after upload of all selected files has been completed. |
| FileUploading | Fires on the server side before a file is uploaded, and allows you to cancel the action. |
| FolderCreated | Allows you to perform custom actions after a folder has been created. |
| FolderCreating | Fires on the server side before a folder is created and allows you to cancel the action. |
| Height | Gets or sets the height of the extension. Inherited from SettingsBase. |
| Images | Provides access to the settings that define images for various elements within the FileManager. |
| ImagesDetailsView | Provides access to the settings that define images displayed within the file list in details view. |
| Init | Enables you to perform custom actions when an extension is initialized. Inherited from SettingsBase. |
| ItemCopying | Allows you to cancel copying an item. |
| ItemDeleting | Fires on the server side before an item is deleted and allows you to cancel the action. |
| ItemMoving | Fires on the server side before an item is moved and allows you to cancel the action. |
| ItemRenamed | Allows you to perform custom actions after an item has been renamed. |
| ItemRenaming | Fires on the server side before an item is renamed and allows you to cancel the action. |
| ItemsCopied | Allows you to perform custom actions after all the selected items have been copied. |
| ItemsDeleted | Allows you to perform custom actions after all the selected items have been deleted. |
| ItemsMoved | Allows you to perform custom actions after all the selected items have been moved. |
| 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. |
| RightToLeft | Specifies whether to apply right-to-left representation to the extension. |
| SaveStateToCookies | Gets or sets a value that specifies whether cookies are used to persist information about the FileManager’s state. |
| SaveStateToCookiesID | Gets or sets the name (identifier) of the cookie in which the FileManager’s state is persisted. |
| Settings | Provides access to the FileManager‘s main settings. |
| SettingsAdaptivity | Provides access to the File Manager layout adaptivity settings. |
| SettingsBreadcrumbs | Provides access to the file manager’s breadcrumbs element settings. |
| SettingsContextMenu | Provides access to the file manager’s context menu settings. |
| SettingsCookies | Provides access to the file manager’s cookie settings. |
| SettingsEditing | Provides access to the FileManager‘s editing settings. |
| SettingsFileList | Provides access to the file list‘s settings. |
| SettingsFiltering | Provides access to the File Manager’s filtering functionality. |
| SettingsFolders | Provides access to the folder container‘s settings. |
| SettingsLoadingPanel | Provides access to the loading panel‘s settings. |
| SettingsPermissions | Provides access to settings that relate to the FileManager‘s access permissions. |
| SettingsToolbar | Provides access to the visibility settings of toolbar items. |
| SettingsUpload | Provides access to the upload panel‘s 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 extension’s visual elements. |
| StylesDetailsView | Provides access to the style settings defining the appearance of the file list in details view. |
| 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. |
See Also