A newer version of this page is available.
Switch to the current version.
BootstrapCardViewFormLayoutProperties.Items Property
Provides access to the collection of items placed in the edit form layout.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewLayoutItemCollection Items { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Items As BootstrapCardViewLayoutItemCollection
Property Value
Type | Description |
---|---|
BootstrapCardViewLayoutItemCollection | An BootstrapCardViewLayoutItemCollection object that is a collection of layout items. |
See Also
Feedback