BootstrapCardViewTextSettings Class
In This Article
Provides text options for BootstrapCardViews.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapCardViewTextSettings :
ASPxCardViewTextSettings
#Related API Members
The following members return BootstrapCardViewTextSettings objects:
#Remarks
The BootstrapCardViewTextSettings class provides a set of properties that allow the text displayed within various grid elements to be specified.
These options can be accessed via the BootstrapCardView.SettingsText property.
#Inheritance
See Also