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

MVCxGridViewLayoutItemCollection.Add(String) Method

Creates a new item assigned to the specified column name and adds it to the MVCxGridViewLayoutItemCollection collection.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxGridViewColumnLayoutItem Add(
    string columnName
)

Parameters

Name Type Description
columnName String

A String value that identifies a column assigned to the current item. The specified string can be either: a column name, field name, or caption.

Returns

Type Description
MVCxGridViewColumnLayoutItem

An MVCxGridViewColumnLayoutItem object that is the newly added layout item.

See Also