BootstrapCardViewFormLayoutProperties.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 BootstrapCardViewLayoutItemCollection Items { get; }
Property Value
Type | Description |
---|---|
BootstrapCardViewLayoutItemCollection | An BootstrapCardViewLayoutItemCollection object that is a collection of layout items. |
See Also