ASPxGridViewExporter.ExportedRowType Property
In This Article
OBSOLETE
Use the Export
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 |
---|---|
Grid |
A Grid |
Available values:
Name | Description |
---|---|
All | The ASPx |
Selected | The ASPx |
#Remarks
Use the ExportedRowType property to specify whether the ASPxGridViewExporter exports all rows displayed within the ASPxGridView, or only selected rows.
See Also