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.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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