Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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