ASPxVerticalGridRenderBrickEventArgs.ExportPart Property
In This Article
Gets which part of the ASPxVerticalGrid is currently being exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public VerticalGridExportPart ExportPart { get; }
#Property Value
Type | Description |
---|---|
Vertical |
A Vertical |
Available values:
Name | Description |
---|---|
Header | Corresponds to the grid’s headers. |
Data | Corresponds to the grid’s records. |
See Also