BootstrapGridView.SettingsBehavior Property
Provides access to the BootstrapGridView‘s behavior settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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