FileManagerDetailsViewCustomColumnDisplayTextEventArgs.DisplayText Property
Specifies the display text for the cell currently being processed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A string that is the cell’s display text. |
Remarks
Initially, the DisplayText property returns an empty string. Assign custom text to the DisplayText property to display it in the processed cell.
To learn more about custom columns, see the Custom Columns topic.
See Also