Skip to main content
Tab

FileManagerDetailsViewCustomColumnDisplayTextEventArgs(String, FileManagerDetailsCustomColumn, FileManagerItem) Constructor

Initializes a new instance of the FileManagerDetailsViewCustomColumnDisplayTextEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerDetailsViewCustomColumnDisplayTextEventArgs(
    string displayText,
    FileManagerDetailsCustomColumn column,
    FileManagerItem item
)

Parameters

Name Type Description
displayText String

A string value that is the cell’s display text. This value is assigned to the FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText property.

column FileManagerDetailsCustomColumn

A FileManagerDetailsCustomColumn object that is the column which contains the processed cell. This value is assigned to the FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Column property.

item FileManagerItem

A FileManagerItem object that is a file manager’ item currently being processed. This value is assigned to the FileManagerDetailsViewCustomColumnDisplayTextEventArgs.Item property.

Remarks

Instances of the FileManagerDetailsViewCustomColumnDisplayTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also