GridViewExportedRowType Enum
Lists values that specify which rows should be exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
| Name | Description |
|---|---|
All
|
The ASPxGridViewExporter exports all rows displayed within the ASPxGridView. |
Selected
|
The ASPxGridViewExporter exports only selected rows. |
See Also