Skip to main content
A newer version of this page is available. .

BootstrapCardViewTextSettings Class

Provides text options for BootstrapCardViews.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapCardViewTextSettings :
    ASPxCardViewTextSettings

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.

See Also