Skip to main content
Tab

FileManagerCustomTooltipEventArgs(FileManagerItem, String) Constructor

Initializes a new instance of the FileManagerCustomTooltipEventArgs class with specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerCustomTooltipEventArgs(
    FileManagerItem item,
    string tooltipText
)

Parameters

Name Type Description
item FileManagerItem

A FileManagerItem object that is the File Manager’s item.

tooltipText String

A string value that is the tooltip text.

See Also