A newer version of this page is available.
Switch to the current version.
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.v18.2.dll
Declaration
[DefaultValue(false)]
public bool ForceDataBinding { get; set; }
<DefaultValue(False)>
Public Property ForceDataBinding As Boolean
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
Feedback