ASPxCardView.VisibleColumns Property
Gets a collection of visible columns in the ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| ReadOnlyGridColumnCollection<CardViewColumn> | A collection of visible columns in an ASPxCardView. |
Remarks
The VisibleColumns collection contains the columns with the Visible property set to true. To access the collection that contains all the columns owned by the ASPxCardView, use the ASPxCardView.AllColumns property.
See Also