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

FileManagerCustomFileInfoDisplayTextEventArgs(FileManagerItem, FileInfoType, String) Constructor

Initializes a new instance of the FileManagerCustomFileInfoDisplayTextEventArgs class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerCustomFileInfoDisplayTextEventArgs(
    FileManagerItem item,
    FileInfoType fileInfoType,
    string displayText
)

Parameters

Name Type Description
item FileManagerItem

A FileManagerItem object that is the currently processed file manager’s item.

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