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

VerticalGridExportPart Enum

Lists values that specify which part of the ASPxVerticalGrid is being exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum VerticalGridExportPart

Members

Name Description
Header

Corresponds to the grid’s headers.

Data

Corresponds to the grid’s records.

Related API Members

The following properties accept/return VerticalGridExportPart values:

Remarks

The values listed by this enumeration are used to set the ASPxVerticalGridRenderBrickEventArgs.ExportPart property’s value.

See Also