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