BootstrapCardViewSettings Class
In This Article
Provides view options for the BootstrapCardView control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapCardViewSettings :
ASPxCardViewSettings
#Related API Members
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