Skip to main content
A newer version of this page is available. .
Tab

ASPxCardView.VisibleColumns Property

Gets a collection of visible columns in the ASPxCardView.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public ReadOnlyGridColumnCollection<CardViewColumn> VisibleColumns { get; }

Property Value

Type Description
ReadOnlyGridColumnCollection<CardViewColumn>

A ReadOnlyGridColumnCollection<T><CardViewColumn,> object that is a collection of visible columns.

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