ASPxGridViewPreviewDisplayTextEventArgs.DisplayText Property
Enables you to set a custom text for the preview row currently being processed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
String | A String value that specifies the preview row display text. The default value is null. |
Remarks
Initially, the DisplayText property returns null. Assign custom text to the DisplayText property to display it in the processed preview row.
To get the preview row value, use the ASPxGridViewPreviewDisplayTextEventArgs.Value property.
See Also