ASPxCardView.VisibleColumns Property
In This Article
Gets a collection of visible columns in the ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ReadOnlyGridColumnCollection<CardViewColumn> VisibleColumns { get; }
#Property Value
Type | Description |
---|---|
Read |
A collection of visible columns in an ASPx |
#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