Skip to main content

BootstrapCardViewFormLayoutProperties.Items Property

Provides access to the collection of items placed in the edit form layout.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewLayoutItemCollection Items { get; }

Property Value

Type Description
BootstrapCardViewLayoutItemCollection

An BootstrapCardViewLayoutItemCollection object that is a collection of layout items.

See Also