BootstrapFileManagerCssClasses Properties
Provides access to CSS classes applied to visual elements of the File Manager control.| Name | Description |
|---|---|
| Breadcrumbs | Gets or sets the name of a CSS class applied to a breadcrumbs element that represents the current location within folders. |
| BreadcrumbsItem | Gets or sets the name of a CSS class applied to a breadcrumbs item element. |
| ContextMenu | Gets or sets the name of a CSS class applied to a context menu element. |
| ContextMenuItem | Gets or sets the name of a CSS class applied to a context menu item. |
| Control | Gets or sets the name of a CSS class applied to the control’s root element. Inherited from BootstrapCssClasses. |
| File | Gets or sets the name of a CSS class applied to a visual element that represents the file within a file container. |
| FileAreaFolder | Gets or sets the name of a CSS class applied to a visual element that represents the folder within a file container. |
| FileContainer | Gets or sets the name of a CSS class applied to an element that represents area with files and, optionally, folders as thumbnails or grid rows with detail information. |
| FilterBox | Gets or sets the name of a CSS class applied to a toolbar item that specifies a filter condition for files and folders within a file container. |
| Folder | Gets or sets the name of a CSS class applied to a visual element that represents the folder within a folder container. |
| FolderContainer | Gets or sets the name of a CSS class applied to a visual element that represents area with folders as tree nodes. |
| Highlight | Gets or sets the name of a CSS class applied to the highlighted text within an item that meets a filter condition. |
| IconBreadcrumbsParentFolder | Get or sets the name of a CSS class applied to an icon displayed within a breadcrumbs item that navigates to the parent folder. |
| IconCollapseFolder | Get or sets the name of a CSS class applied to an icon displayed within a folder container that collapses folder tree nodes. |
| IconExpandFolder | Get or sets the name of a CSS class applied to an icon displayed within a folder container that expands a folder node. |
| IconFile | Get or sets the name of a CSS class applied to a default thumbnail element within a file. |
| IconFileAreaFolder | Get or sets the name of a CSS class applied to a thumbnail element within a folder. |
| IconFileAreaFolderLocked | Get or sets the name of a CSS class applied to a thumbnail element within a locked folder. |
| IconFilePdf | Get or sets the name of a CSS class applied to a thumbnail element within a PDF file. |
| IconFilePowerPoint | Get or sets the name of a CSS class applied to a thumbnail element within a Power Point file. |
| IconFileRichText | Get or sets the name of a CSS class applied to a thumbnail element within a rich text file. |
| IconFileSpreadsheet | Get or sets the name of a CSS class applied to a thumbnail icon within a spreadsheet file. |
| IconFileText | Get or sets the name of a CSS class applied to a thumbnail element within a text file. |
| IconFolder | Get or sets the name of a CSS class applied to an icon element within a folder element. |
| IconFolderLocked | Get or sets the name of a CSS class applied to an icon element within a locked folder. |
| IconParentFolder | Get or sets the name of a CSS class applied to a thumbnail element within a parent folder that navigates to the parent folder. |
| IconToolbarCopy | Gets or sets the name of a CSS class applied to an icon within the Copy toolbar item. |
| IconToolbarCreateFolder | Gets or sets the name of a CSS class applied to an icon within the Create Folder toolbar item. |
| IconToolbarDelete | Gets or sets the name of a CSS class applied to an icon within the Delete toolbar item. |
| IconToolbarDownload | Gets or sets the name of a CSS class applied to an icon within the Download toolbar item. |
| IconToolbarMove | Gets or sets the name of a CSS class applied to an icon within the Move toolbar item. |
| IconToolbarRefresh | Gets or sets the name of a CSS class applied to an icon within the Refresh toolbar item. |
| IconToolbarRename | Gets or sets the name of a CSS class applied to an icon within the Rename toolbar item. |
| IconToolbarShowHiddenButtons | Gets or sets the name of a CSS class applied to an icon within a toolbar item that opens a context menu with hidden toolbar items. |
| IconToolbarToggleFolderContainer | Gets or sets the name of a CSS class applied to an icon within a toolbar item that expands/collapses a folder container. |
| IconToolbarUpload | Gets or sets the name of a CSS class applied to an icon within the Upload toolbar item element. |
| Item | Gets or sets the name of a CSS class applied to a visual element that represents the file or folder within a file container. |
| PathBox | Gets or sets the name of a CSS class applied to a toolbar item element that displays the path to the selected folder. |
| Toolbar | Gets or sets the name of a CSS class applied to a toolbar element. |
| ToolbarItem | Gets or sets the name of a CSS class applied to a toolbar item element. |
| UploadPanel | Gets or sets the name of a CSS class applied to an element used for uploading files. |
See Also