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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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