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

BootstrapGridView.SettingsBehavior Property

Provides access to the BootstrapGridView‘s behavior settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewBehaviorSettings SettingsBehavior { get; }

Property Value

Type Description
BootstrapGridViewBehaviorSettings

An BootstrapGridViewBehaviorSettings object that contains the BootstrapGridView control’s behavior settings.

See Also