Skip to main content
Tab

ASPxVerticalGridExporter.ExportSelectedRecordsOnly Property

Specifies if only selected records should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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.

Remarks

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

See Also