ASPxCardView.Columns Property
Provides access to a CardView's columns collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(null)]
public CardViewColumnCollection Columns { get; }
<DefaultValue(Nothing)>
Public ReadOnly Property Columns As CardViewColumnCollection
Property Value
Type | Default | Description |
---|---|---|
CardViewColumnCollection | null |
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
Feedback