Skip to main content
Tab

CardViewColumnCollection.Add(CardViewColumn) Method

Adds the specified column to the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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