Skip to main content
A newer version of this page is available. .
Tab

FileManagerCustomFileInfoDisplayTextEventArgs Constructors

Provides data for the ASPxFileManager.CustomFileInfoDisplayText event.
Name Parameters Description
FileManagerCustomFileInfoDisplayTextEventArgs(FileManagerFile, FileInfoType, String) file, fileInfoType, displayText Initializes a new instance of the FileManagerCustomFileInfoDisplayTextEventArgs class with the specified settings.
FileManagerCustomFileInfoDisplayTextEventArgs(FileManagerItem, FileInfoType, String) item, fileInfoType, displayText Initializes a new instance of the FileManagerCustomFileInfoDisplayTextEventArgs class with the specified settings.
See Also