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

BootstrapCardViewLayoutGroup.SettingsItems Property

Provides access to the layout item settings within a layout group.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapLayoutGroupItemSettings SettingsItems { get; }

Property Value

Type Description
BootstrapLayoutGroupItemSettings

A BootstrapLayoutGroupItemSettings object containing properties common to all the layout items within a layout group.

See Also