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

FileManagerFolderStyle.HoverStyle Property

Gets the style settings which define the appearance of folders when the mouse pointer is hovering over them.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual FileManagerFolderStateStyle HoverStyle { get; }

Property Value

Type Description
FileManagerFolderStateStyle

A FileManagerFileStateStyle object that contains the hover style settings.

Remarks

Use the HoverStyle property to define an appearance of folders within the FileManager control when they are hovered by the mouse pointer. A file’s hover style can be specified via the FileManagerFileStateStyle property.

A common hover style for both files and folders within the FileManager control can be specified via the FileManagerItemStyle.HoverStyle property.

See Also