Skip to main content

BootstrapCardView.Settings Property

Provides access to the Card View’s display options.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewSettings Settings { get; }

Property Value

Type Description
BootstrapCardViewSettings

An BootstrapCardViewSettings object that contains the BootstrapCardView’s display options.

See Also