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

ASPxListEdit.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

Set the ForceDataBinding property to true to rebind the editor to a data source automatically on each request to the server.

See Also