ASPxCardViewExporter.CardView Property
Gets the ASPxCardView control to which the ASPxCardViewExporter is assigned.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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