BootstrapGridView.SettingsBootstrap Property
Provides access to the BootstrapGridView‘s rendering settings affecting features specific to the Bootstrap framework.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewBootstrapSpecificSettings SettingsBootstrap { get; }
Property Value
Type | Description |
---|---|
BootstrapGridViewBootstrapSpecificSettings | A BootstrapGridViewBootstrapSpecificSettings object containing Bootstrap-specific settings. |
See Also