Back to Devexpress

ASPxCardView.ExportRenderBrick Event

aspnet-devexpress-dot-web-dot-aspxcardview-965d7227.md

latest2.7 KB
Original Source

ASPxCardView.ExportRenderBrick Event

Enables rendering of different content from the content exported by default.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public event ASPxCardViewExportRenderingEventHandler ExportRenderBrick
vb
Public Event ExportRenderBrick As ASPxCardViewExportRenderingEventHandler

Event Data

The ExportRenderBrick event's data class is ASPxCardViewExportRenderingEventArgs. The following properties provide information specific to this event:

PropertyDescription
BrickStyleGets the style settings used to paint report bricks.
ColumnGets a data column that corresponds to the processed grid element.
ImageValueGets or sets an array of bytes that contains the processed brick’s image.
KeyValueGets the processed card’s key.
TextGets or sets the text displayed within the brick currently being rendered.
TextValueGets or sets the processed brick’s value.
UrlGets or sets the rendered brick’s URL.
ValueGets the processed data cell’s value.
VisibleIndexGets the processed card’s visible index.

The event data class exposes the following methods:

MethodDescription
GetValue(String)Returns the value of the specified cell within the processed card.

Remarks

We recommend that you use the ExportRenderBrick event only to customize the style settings.

See Also

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace