Back to Devexpress

CardViewColumn.CardView Property

aspnet-devexpress-dot-web-dot-cardviewcolumn.md

latest1.0 KB
Original Source

CardViewColumn.CardView Property

Gets the ASPxCardView that owns the current column.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ASPxCardView

An ASPxCardView object that owns the current column.

|

See Also

Card View

CardViewColumn Class

CardViewColumn Members

DevExpress.Web Namespace