DataSourceUpdateMode

Wisej.Web.DataSourceUpdateMode

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Specifies when a data source is updated when the bound control properties are changed.

public enum DataSourceUpdateMode : Enum

Fields

Name
Description

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.

Used By

Name
Description

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 DataSourceUpdateMode for a Binding 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.

Last updated

Was this helpful?