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

CardViewColumnCollection.Item[Int32] Property

Provides indexed access to columns within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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