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

ASPxGridViewPreviewDisplayTextEventArgs.DisplayText Property

Enables you to set a custom text for the preview row currently being processed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public string DisplayText { get; set; }

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