Skip to main content

BootstrapCardViewSettings Class

Provides view options for the BootstrapCardView control.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapCardViewSettings :
    ASPxCardViewSettings

The following members return BootstrapCardViewSettings objects:

Remarks

The BootstrapCardViewSettings class contains options that specify the visibility of various elements (column headers, footer, status bar, etc.) within the BootstrapCardView. These settings can be accessed using the BootstrapCardView.Settings property.

See Also