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.v21.2.dll

NuGet Package: DevExpress.Web

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:

See Also