Skip to main content

BootstrapCardViewTextSettings Class

Provides text options for BootstrapCardViews.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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