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

CardViewColumnCollection.Add(CardViewColumn) Method

Adds the specified column to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public void Add(
    CardViewColumn column
)

Parameters

Name Type Description
column CardViewColumn

A CardViewColumn object to add to the collection.

See Also