Back to Devexpress

ASPxVerticalGridRenderBrickEventArgs Members

aspnet-devexpress-dot-web-dot-aspxverticalgridrenderbrickeventargs-dot-underscore-members.md

latest4.5 KB
Original Source

ASPxVerticalGridRenderBrickEventArgs Members

Provides data for the ASPxVerticalGridExporter.RenderBrick event.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
BrickStyleGets the appearance settings used to paint report bricks.
ExportPartGets which part of the ASPxVerticalGrid is currently being exported.
ImageValueGets or sets an array of bytes that contains the processed brick’s image.
KeyValueGets the processed record’s key.
RowGets a record that corresponds to the processed grid element.
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 record’s visible index.
XlsxFormatStringSpecifies the format string applied to the processed brick’s value when exporting to Excel format (XLS or XLSX).

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
GetValue(String)Returns the value of the specified cell within the processed record.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

ASPxVerticalGridRenderBrickEventArgs Class

DevExpress.Web Namespace