Skip to main content

BootstrapGridView.SettingsBehavior Property

Provides access to the BootstrapGridView‘s behavior settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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