Skip to main content
Tab

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual FileManagerFileStateStyle HoverStyle { get; }

Property Value

Type Description
FileManagerFileStateStyle

A FileManagerFileStateStyle object that contains the hover style 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.

See Also