Skip to main content
Tab

CardViewGroupRowTemplateContainer.Columns Property

Returns a collection of columns related to the group row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewColumn[] Columns { get; }

Property Value

Type Description
CardViewColumn[]

A collection of CardViewColumn objects.

See Also