Back to Devexpress

ASPxCardViewExporter.CardView Property

aspnet-devexpress-dot-web-dot-aspxcardviewexporter.md

latest1.4 KB
Original Source

ASPxCardViewExporter.CardView Property

Gets the ASPxCardView control to which the ASPxCardViewExporter is assigned.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ASPxCardView CardView { get; }
vb
Public ReadOnly Property CardView As ASPxCardView

Property Value

TypeDescription
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

ASPxCardViewExporter Class

ASPxCardViewExporter Members

DevExpress.Web Namespace