BootstrapGridViewFormLayoutProperties.Items Property
Provides access to the collection of items placed in the edit form layout.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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