FileManagerCustomFileInfoDisplayTextEventArgs Properties
Provides data for the ASPxFileManager.CustomFileInfoDisplayText event.| Name | Description |
|---|---|
| DisplayText | Gets or sets the file info display text. |
| EncodeHtml | Gets or sets a value that specifies whether the file info display text keeps any of its values that are HTML as HTML, or instead, strips out the HTML markers. |
| File | Gets the file whose information is processed. |
| FileInfoType | Gets the type of the currently processed file information. |
| Item | Gets the file manager’s item whose information is processed. |
See Also