Skip to main content
All docs
V21.2

BootstrapCardViewCardLayoutItemsCreatedEventArgs.FindLayoutItemOrGroup(String) Method

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[Browsable(false)]
public LayoutItemBase FindLayoutItemOrGroup(
    string name
)

Parameters

Name Type
name String

Returns

Type
LayoutItemBase
See Also