A newer version of this page is available.
Switch to the current version.
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; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsBehavior As BootstrapGridViewBehaviorSettings
Property Value
Type | Description |
---|---|
BootstrapGridViewBehaviorSettings | An BootstrapGridViewBehaviorSettings object that contains the BootstrapGridView control's behavior settings. |
See Also
Feedback