DataSourceUpdateMode
Wisej.Web.DataSourceUpdateMode
Last updated
Was this helpful?
Wisej.Web.DataSourceUpdateMode
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Specifies when a data source is updated when the bound control properties are changed.
Never
The data source is never updated and values entered into the control are not parsed, or re-formatted.
OnPropertyChanged
The data source is updated whenever the value of the control property changes.
OnValidation
The data source is updated when the control property is validated.
Returns or sets a value that indicates when changes to the bound control property are propagated to the data source.
Returns or sets a value that indicates when changes to the bound control property are propagated to the data source.
Returns or sets the default for a in the collection.
Creates a binding with the specified control property name, data source, data member, and information about whether formatting is enabled, and adds the binding to the collection.
Binds a specified property of a component to a property of a data source.