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

ASPxCardViewExportSettings.ExportSelectedCardsOnly Property

Gets or sets whether only the selected cards from the ASPxCardView should be exported.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public bool ExportSelectedCardsOnly { get; set; }

Property Value

Type Description
Boolean

true to export only the selected cards from the ASPxCardView; false to export all cards.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ExportSelectedCardsOnly
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsExport.ExportSelectedCardsOnly
MVCxCardView
.SettingsExport.ExportSelectedCardsOnly
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsExport.ExportSelectedCardsOnly

Remarks

Use the ExportSelectedCardsOnly property to specify whether all cards displayed within the ASPxCardView should be exported, or only selected cards.

Note

Online Demos Refer to the Card View - Export Selected Records online demo to review how to only export records selected within the card view.

See Also