FileManagerDetailsViewCustomColumnDisplayTextEventArgs(String, FileManagerDetailsCustomColumn, FileManagerFile) Constructor
Initializes a new instance of the FileManagerDetailsViewCustomColumnDisplayTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
public FileManagerDetailsViewCustomColumnDisplayTextEventArgs(
string displayText,
FileManagerDetailsCustomColumn column,
FileManagerFile file
)
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. |
file | FileManagerFile | A FileManagerFile object that is a file currently being processed. This value is assigned to the FileManagerDetailsViewCustomColumnDisplayTextEventArgs.File property. |
Remarks
Instances of the FileManagerDetailsViewCustomColumnDisplayTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.