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

BootstrapCardViewBehaviorSettings Class

Provides behavior options for BootstrapCardViews.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapCardViewBehaviorSettings :
    ASPxCardViewBehaviorSettings

The following members return BootstrapCardViewBehaviorSettings objects:

Remarks

The BootstrapCardViewBehaviorSettings class provides a set of Boolean properties that control a Card View’s behavior. These options can be accessed using the Card View’s BootstrapCardView.SettingsBehavior property.

See Also