Skip to main content

BootstrapCardView.SettingsLayout Property

Provides access to a CardView control’s layout settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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