Skip to main content

BootstrapCardViewBehaviorSettings Class

Provides behavior options for BootstrapCardViews.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.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