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

ASPxVerticalGridRenderBrickEventArgs.ExportPart Property

Gets which part of the ASPxVerticalGrid is currently being exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public VerticalGridExportPart ExportPart { get; }

Property Value

Type Description
VerticalGridExportPart

A VerticalGridExportPart object that specifies the currently exported part of the grid.

Available values:

Name Description
Header

Corresponds to the grid’s headers.

Data

Corresponds to the grid’s records.

See Also