CardViewLayoutItemCollection.AddColumnItem(CardViewColumnLayoutItem) Method
Adds the specified item to the CardViewLayoutItemCollection collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
layoutItem | CardViewColumnLayoutItem | A CardViewColumnLayoutItem object to add to the layout item collection. |
Returns
Type | Description |
---|---|
CardViewColumnLayoutItem | A CardViewColumnLayoutItem object that is the newly added layout item. |
See Also