Skip to main content
Tab

ASPxGridViewExporter.ExportedRowType Property

OBSOLETE

Use the ExportSelectedRowsOnly property instead.

Gets or sets which rows should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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