BootstrapCardView.SettingsText Property
Provides access to the Card View’s text settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v25.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewTextSettings SettingsText { get; }
Property Value
| Type | Description |
|---|---|
| BootstrapCardViewTextSettings | An BootstrapCardViewTextSettings object that contains the control’s text settings. |
See Also