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.v20.2.dll

NuGet Package: DevExpress.Web

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
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsExport .ExportSelectedRowsOnly
ASP.NET MVC Extensions MVCxGridView
.SettingsExport .ExportSelectedRowsOnly

Remarks

Online Demo

Export Selected Records

See Also