Skip to main content
Tab

ASPxGridViewExporter.ExportSelectedRowsOnly Property

Specifies if only selected rows should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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.

#Remarks

#Online Demo

Export Selected Records

See Also