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

BootstrapFileManagerCssClasses Members

Provides access to CSS classes applied to visual elements of the File Manager control.

Constructors

Name Description
BootstrapFileManagerCssClasses(BootstrapFileManager) Initializes a new instance of the BootstrapFileManagerCssClasses class with the specified File Manager control.

Fields

Name Description
ControlCssClassKey static For internal use only. Inherited from BootstrapCssClasses.
DefaultCursorCssClassName static For internal use only. Inherited from BootstrapCssClasses.
DesignModeSystemCssClass static For internal use only. Inherited from BootstrapCssClasses.
FileManagerBreadcrumbsSystemCssClass For internal use only.
FileManagerContextMenuSystemCssClass For internal use only.
FileManagerExpandFolderContainerButtonSystemCssClass For internal use only.
FileManagerFileAreaFolderSystemCssClass For internal use only.
FileManagerFileContainerSystemCssClass For internal use only.
FileManagerFileSystemCssClass For internal use only.
FileManagerFilterBoxSystemCssClass For internal use only.
FileManagerFolderContainerSystemCssClass For internal use only.
FileManagerFolderSystemCssClass For internal use only.
FileManagerHighlightSystemCssClass For internal use only.
FileManagerItemSystemCssClass For internal use only.
FileManagerItemThumbnailSystemCssClass For internal use only.
FileManagerItemTitleSystemCssClass For internal use only.
FileManagerPathBoxSystemCssClass For internal use only.
FileManagerSystemCssClass For internal use only.
FileManagerToolbarAdaptiveItemSystemCssClass For internal use only.
FileManagerToolbarSystemCssClass For internal use only.
FileManagerUploadPanelSystemCssClass For internal use only.
ImageSystemCssClass static For internal use only. Inherited from BootstrapCssClasses.
TextSystemCssClass static Inherited from BootstrapCssClasses.

Properties

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.

Methods

Name Description
Assign(PropertiesBase) Copies the public properties from the specified object to the current one. Inherited from BootstrapCssClasses.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from StateManager.
See Also