Skip to main content
A newer version of this page is available. .
Tab

ASPxAutoCompleteBoxBase.ForceDataBinding Property

Gets or sets a value that specifies whether the editor should be rebound to a data source automatically.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue(false)]
public bool ForceDataBinding { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to enable the editor to be rebound automatically; otherwise, false.

Remarks

When the ForceDataBinding property is set to true, the editor will be rebound to a data source automatically on each request to the editor’s items.

See Also