Skip to main content
Tab

ASPxCardViewExportRenderingEventArgs.Value Property

Gets the processed data cell’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public object Value { get; }

Property Value

Type Description
Object

An object that represents the processed cell’s value.

Remarks

If the processed brick doesn’t correspond to a data cell, the Value property returns an empty string. To obtain the values of other cells within the processed card, use the ASPxCardViewExportRenderingEventArgs.GetValue method.

See Also