FileManagerFileStyle.HoverStyle Property
Gets the style settings which define the appearance of files when the mouse pointer is hovering over them.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public virtual FileManagerFileStateStyle HoverStyle { get; }
Public Overridable ReadOnly Property HoverStyle As FileManagerFileStateStyle
Property Value
Type | Description |
---|---|
FileManagerFileStateStyle | A FileManagerFileStateStyle object that contains the hover style settings. |
Available values:
Name | Description |
---|---|
Paddings | Gets the padding settings of files. |
FileManagerFileStateStyle() | Initializes a new instance of the FileManagerFileStateStyle class with default settings. |
Remarks
Use the HoverStyle property to define an appearance of files within the FileManager control when they are hovered by the mouse pointer. A folder's hover style can be specified via the FileManagerFolderStyle.HoverStyle property.
A common hover style for both files and folders within the FileManager control can be specified via the FileManagerItemStyle.HoverStyle property.