PropertyManager

Wisej.Web.PropertyManager

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Maintains a Binding between an object's property and a data-bound control property.

public class PropertyManager : BindingManagerBase

Constructors

Initializes a new instance of PropertyManager.

Properties

Object: Returns the object owning the data-bound property belongs.

Methods

Cancels the current edit.

Ends the current edit operation.

Causes a control bound to this data source to re-read the current item and refresh the displayed value.

Resumes data binding.

Suspends the data binding between a data source and a data-bound property.

Last updated