Skip to main content
Tab

ASPxVerticalGridRenderBrickEventArgs.ExportPart Property

Gets which part of the ASPxVerticalGrid is currently being exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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