Back to Devexpress

ASPxCardView.Columns Property

aspnet-devexpress-dot-web-dot-aspxcardview.md

latest1.5 KB
Original Source

ASPxCardView.Columns Property

Provides access to a CardView’s columns collection.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public CardViewColumnCollection Columns { get; }
vb
<DefaultValue(Nothing)>
Public ReadOnly Property Columns As CardViewColumnCollection

Property Value

TypeDefaultDescription
CardViewColumnCollectionnull

A CardViewColumnCollection object that represents a collection of columns within the ASPxCardView control.

|

Remarks

The Columns property stores a collection of CardViewColumn objects that represent columns. It provides methods that allow you to add new and remove existing columns. Individual columns can be accessed using indexed notation.

See Also

AutoGenerateColumns

Card View

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace