Skip to main content
Tab

ASPxCardViewExportSettings.ExportSelectedCardsOnly Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Object Type Path to ExportSelectedCardsOnly
ASPxCardView
.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