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

BootstrapCardView.SettingsLayout Property

Provides access to a CardView control’s layout settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewLayoutSettings SettingsLayout { get; }

Property Value

Type Description
BootstrapCardViewLayoutSettings

An BootstrapCardViewLayoutSettings object that contains a chart control’s legend settings.

See Also