Skip to main content
Tab

FileManagerItemStyle.HoverStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual FileManagerItemStateStyle HoverStyle { get; }

Property Value

Type Description
FileManagerItemStateStyle

A FileManagerFileStateStyle object that contains the hover style settings.

Remarks

Use the HoverStyle property to define a common appearance of files and folders within the FileManager control when they are hovered by the mouse pointer.

A file’s and folder’s separate hover styles can be specified via the FileManagerFileStateStyle and FileManagerFolderStyle.HoverStyle properties respectively.

See Also