Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

TokenBoxProperties.SettingsAdaptivity Property

Provides access to the token box’s adaptivity settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override DropDownEditBaseAdaptivitySettings SettingsAdaptivity { get; }

Property Value

Type Description
DropDownEditBaseAdaptivitySettings

A DropDownEditBaseAdaptivitySettings object that contains adaptivity settings.

See Also