ASPxVerticalGridRenderBrickEventArgs.ExportPart Property
Gets which part of the ASPxVerticalGrid is currently being exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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