BootstrapCardViewLayoutGroup.Items Property
Provides access to the layout group's item collection.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v20.2.dll
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[Themeable(true)]
[Browsable(false)]
public BootstrapCardViewLayoutItemCollection Items { get; }
<PersistenceMode(PersistenceMode.InnerProperty)>
<Themeable(True)>
<Browsable(False)>
Public ReadOnly Property Items As BootstrapCardViewLayoutItemCollection
Property Value
Type | Description |
---|---|
BootstrapCardViewLayoutItemCollection | A BootstrapCardViewLayoutItemCollection object that is a collection of layout items. |
See Also
Feedback