Skip to main content

BootstrapRangeSelector.SettingsBehavior Property

Provides access to the BootstrapRangeSelector‘s behavior settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

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

Property Value

Type Description
BootstrapRangeSelectorBehaviorSettings

An object of the BootstrapRangeSelectorBehaviorSettings class.

See Also