VerticalGridExportPart Enum
Lists values that specify which part of the ASPxVerticalGrid is being exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
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