ASPxCardViewExportSettings.ExportSelectedCardsOnly Property
Gets or sets whether only the selected cards from the ASPxCardView should be exported.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ExportSelectedCardsOnly |
---|---|
ASPxCardView |
|
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