FileManagerCustomTooltipEventArgs(FileManagerItem, String) Constructor
Initializes a new instance of the FileManagerCustomTooltipEventArgs class with specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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