ASPxCardView.Columns Property
In This Article
Provides access to a CardView’s columns collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public CardViewColumnCollection Columns { get; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
null | A Card |
#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