Back to Devexpress

ASPxGridViewExportRenderingEventArgs Members

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

latest4.6 KB
Original Source

ASPxGridViewExportRenderingEventArgs Members

Provides data for the ASPxGridViewExporter.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 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 row’s key.
RowTypeGets the processed row’s type.
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 row’s visible index.
XlsExportNativeFormatSpecifies the format settings that are applied to a document when it is exported to XLS format.
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 row.
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

ASPxGridViewExportRenderingEventArgs Class

DevExpress.Web Namespace