Back to Devexpress

GridViewExportedRowType Enum

aspnet-devexpress-dot-web-96e9a76a.md

latest976 B
Original Source

GridViewExportedRowType Enum

Lists values that specify which rows should be exported.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum GridViewExportedRowType
vb
Public Enum GridViewExportedRowType

Members

NameDescription
All

The ASPxGridViewExporter exports all rows displayed within the ASPxGridView.

| | Selected |

The ASPxGridViewExporter exports only selected rows.

|

See Also

Grid View

DevExpress.Web Namespace