Skip to main content
Tab

ASPxCardViewExporter.CardView Property

Gets the ASPxCardView control to which the ASPxCardViewExporter is assigned.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxCardView CardView { get; }

#Property Value

Type Description
ASPxCardView

The ASPxCardView control.

#Remarks

Use the ASPxCardViewExporter.CardViewID property to specify the ASPxCardView control whose data is exported by using the current ASPxCardViewExporter.

See Also