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

BootstrapCardView.SettingsBehavior Property

Provides access to the Card View’s behavior settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewBehaviorSettings SettingsBehavior { get; }

Property Value

Type Description
BootstrapCardViewBehaviorSettings

An BootstrapCardViewBehaviorSettings object that contains the control’s behavior settings.

See Also