FileManagerSettings.CustomTooltip Property
Allows the tooltip for the current FileManager item to be customized.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
See Also