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

CardViewGroupRowTemplateContainer.Columns Property

Returns a collection of columns related to the group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewColumn[] Columns { get; }

Property Value

Type Description
CardViewColumn[]

A collection of CardViewColumn objects.

See Also