FileManagerDetailsViewCustomColumnDisplayTextEventArgs(String, FileManagerDetailsCustomColumn, FileManagerFile) Constructor
Initializes a new instance of the FileManagerDetailsViewCustomColumnDisplayTextEventArgs class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
#Declaration
public FileManagerDetailsViewCustomColumnDisplayTextEventArgs(
string displayText,
FileManagerDetailsCustomColumn column,
FileManagerFile file
)
#Parameters
Name | Type | Description |
---|---|---|
display |
String | A string value that is the cell’s display text. This value is assigned to the File |
column | File |
A File |
file | File |
A File |
#Remarks
Instances of the FileManagerDetailsViewCustomColumnDisplayTextEventArgs class are automatically created, initialized and passed to the corresponding event handlers.