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

ASPxCardViewExportRenderingEventArgs.TextValue Property

Gets or sets the processed brick’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public object TextValue { get; set; }

Property Value

Type Description
Object

An object that represents the processed brick’s value.

Remarks

Use the TextValue property to obtain and change, if required, the processed brick’s value. For example, if the rendered brick corresponds to a data cell, the TextValue property returns the cell’s value. Its display text is returned by the ASPxCardViewExportRenderingEventArgs.Text property.

If the rendered brick corresponds to a column header or preview, the TextValue property returns null.

See Also