Skip to main content
Tab

CardViewGroupSelectorItem.Columns Property

Provides access to the group selector item’s column collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public List<CardViewColumn> Columns { get; }

Property Value

Type Description
List<CardViewColumn>

An List<T><CardViewColumn,> object that is a collection of columns.

See Also