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

ASPxVerticalGridExportSettings.ExportSelectedRecordsOnly Property

Specifies if only selected records should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

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

Property Paths

You can access this nested property as listed below:

Object Type Path to ExportSelectedRecordsOnly
ASPxVerticalGrid
.SettingsExport.ExportSelectedRecordsOnly
MVCxVerticalGrid
.SettingsExport.ExportSelectedRecordsOnly

Remarks

Use the ExportSelectedRecordsOnly property to specify whether all records displayed within the ASPxVerticalGrid should be exported, or only selected records.

Note

Online Demos Refer to the ASPxVerticalGrid - Exporting to Different Formats online demo to review how to export ASPxVerticalGrid records.

See Also