Skip to main content
Tab

GridFormLayoutProperties.FindColumnItem(String) Method

Returns a column layout item by its name or column name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ColumnLayoutItem FindColumnItem(
    string Name_ColumnName
)

#Parameters

Name Type Description
Name_ColumnName String

A string specifying the item’s LayoutItemBase.Name or ColumnLayoutItem.ColumnName property value.

#Returns

Type Description
ColumnLayoutItem

An ColumnLayoutItem object that is a column layout item with the specified name or column name.

See Also