FileManagerCustomFileInfoDisplayTextEventArgs(FileManagerFile, FileInfoType, String) Constructor
Initializes a new instance of the FileManagerCustomFileInfoDisplayTextEventArgs class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
public FileManagerCustomFileInfoDisplayTextEventArgs(
FileManagerFile file,
FileInfoType fileInfoType,
string displayText
)
Parameters
| Name | Type | Description |
|---|---|---|
| file | FileManagerFile | A FileManagerFile object that is the currently processed file. |
| fileInfoType | FileInfoType | One of the FileInfoType enumeration values specifying the info type. |
| displayText | String | A string specifying the display text. |
Remarks
Instances of the FileManagerCustomFileInfoDisplayTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also