Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewExporter.ExportedRowType Property

OBSOLETE

Use the ExportSelectedRowsOnly property instead.

Gets or sets which rows should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the ExportSelectedRowsOnly property instead.")]
public GridViewExportedRowType ExportedRowType { get; set; }

Property Value

Type Description
GridViewExportedRowType

A GridViewExportedRowType enumeration value that specifies which rows should be exported.

Available values:

Name Description
All

The ASPxGridViewExporter exports all rows displayed within the ASPxGridView.

Selected

The ASPxGridViewExporter exports only selected rows.

Remarks

Use the ExportedRowType property to specify whether the ASPxGridViewExporter exports all rows displayed within the ASPxGridView, or only selected rows.

See Also