ASPxCardViewExporter.CardView Property
In This Article
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 |
---|---|
ASPx |
The ASPx |
#Remarks
Use the ASPxCardViewExporter.CardViewID property to specify the ASPxCardView control whose data is exported by using the current ASPxCardViewExporter.
See Also