Skip to main content
Tab

CardViewColumnCollection.Item[Int32] Property

Provides indexed access to columns within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.1.dll

NuGet Package: DevExpress.Web

Declaration

public CardViewColumn this[int index] { get; }

Parameters

Name Type Description
index Int32

An integer that specifies the index of the required column.

Property Value

Type Description
CardViewColumn

A CardViewColumn object that represents a column at the specified index.

See Also