Skip to main content
Version: 4.1

PropertyManager

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public class PropertyManager : BindingManagerBase

Constructors​

Instance member PropertyManager()​

Initializes a new instance of PropertyManager.

Properties​

Instance member Current​

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

Methods​

Instance member CancelCurrentEdit()​

Cancels the current edit.

Instance member EndCurrentEdit()​

Ends the current edit operation.

Instance member ResetCurrentItem()​

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

Instance member ResumeBinding()​

Resumes data binding.

Instance member SuspendBinding()​

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