ASPxVerticalGridExportSettings.ExportSelectedRecordsOnly Property
Specifies if only selected records should be exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ExportSelectedRecordsOnly |
---|---|
ASPxVerticalGrid |
|
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