Skip to main content
A newer version of this page is available. .

BootstrapGridViewFormLayoutProperties.Items Property

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

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapGridViewLayoutItemCollection

An BootstrapGridViewLayoutItemCollection object that is a collection of layout items.

See Also