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

BootstrapGridView.SettingsText Property

Provides access to the BootstrapGridView‘s text settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewTextSettings SettingsText { get; }

Property Value

Type Description
BootstrapGridViewTextSettings

A BootstrapGridViewTextSettings object that contains the BootstrapGridView control’s text settings.

See Also