Skip to main content
A newer version of this page is available. .
Tab

FileManagerCustomFileInfoDisplayTextEventArgs.DisplayText Property

Gets or sets the file info display text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public string DisplayText { get; set; }

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