FileManagerCustomFileInfoDisplayTextEventArgs.DisplayText Property
Gets or sets the file info display text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A String value that is the display text. |
Remarks
Initially, the DisplayText property contains the text currently displayed. To provide custom display text, assign it to this property.
See Also