FileManagerSettings.CustomTooltip Property
In This Article
Allows the tooltip for the current FileManager item to be customized.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public FileManagerCustomTooltipEventHandler CustomTooltip { get; set; }
#Property Value
Type | Description |
---|---|
File |
A File |
#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.
See Also