Skip to main content

FileManagerSettings.CustomTooltip Property

Allows the tooltip for the current FileManager item to be customized.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public FileManagerCustomTooltipEventHandler CustomTooltip { get; set; }

Property Value

Type Description
FileManagerCustomTooltipEventHandler

A FileManagerCustomTooltipEventHandler delegate method allowing you to implement custom processing.

Remarks

The FileManagerCustomTooltipEventArgs.Item property passed to the event handler allows you to determine the FileManager item being processed. To specify the tooltip text, use the FileManagerCustomTooltipEventArgs.TooltipText property.

ASPxFileManager-CustomTooltip

See Also