A newer version of this page is available.
Switch to the current version.
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; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsText As BootstrapGridViewTextSettings
Property Value
Type | Description |
---|---|
BootstrapGridViewTextSettings | A BootstrapGridViewTextSettings object that contains the BootstrapGridView control's text settings. |
See Also
Feedback