Skip to main content
Tab

GridViewExportedRowType Enum

In This Article

Lists values that specify which rows should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public enum GridViewExportedRowType

#Members

Name Description
All

The ASPxGridViewExporter exports all rows displayed within the ASPxGridView.

Selected

The ASPxGridViewExporter exports only selected rows.

See Also