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

ASPxGridViewExportSettings.ExportSelectedRowsOnly Property

Specifies if only selected rows should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool ExportSelectedRowsOnly { get; set; }

Property Value

Type Default Description
Boolean **false**

true to export the selected rows only; false to export all grid rows.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportSelectedRowsOnly
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsExport.ExportSelectedRowsOnly
MVCxGridView
.SettingsExport.ExportSelectedRowsOnly
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsExport.ExportSelectedRowsOnly

Remarks

Online Demo

Export Selected Records

See Also