ASPxVerticalGridExporter.ExportSelectedRecordsOnly Property
In This Article
Specifies if only selected records should be exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
|
#Remarks
Use the ExportSelectedRecordsOnly property to specify whether all records displayed within the ASPxVerticalGrid should be exported, or only selected records.
See Also