Skip to main content
Tab

CardViewColumn.CardView Property

Gets the ASPxCardView that owns the current column.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public virtual ASPxCardView CardView { get; }

#Property Value

Type Description
ASPxCardView

An ASPxCardView object that owns the current column.

See Also