BootstrapGridView.SettingsText Property
Provides access to the BootstrapGridView‘s text settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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