Back to Devexpress

BootstrapCardViewSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-395b44a7.md

latest1.9 KB
Original Source

BootstrapCardViewSettings Class

Provides view options for the BootstrapCardView control.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewSettings :
    ASPxCardViewSettings
vb
Public Class BootstrapCardViewSettings
    Inherits 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.

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridSettings ASPxCardViewSettings BootstrapCardViewSettings

See Also

BootstrapCardViewSettings Members

Card View

DevExpress.Web.Bootstrap Namespace