Skip to main content
A newer version of this page is available.
All docs
V20.2

BootstrapCardViewCardLayoutItemsCreatedEventArgs.FindLayoutItemByColumn(String) Method

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public LayoutItem FindLayoutItemByColumn(
    string name_fieldName_caption
)

Parameters

Name Type
name_fieldName_caption String

Returns

Type
LayoutItem
See Also