GridFormLayoutProperties.FindColumnItem(String) Method
Returns a column layout item by its name or column name.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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