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.
- C#
- VB.NET
public class PropertyManager : BindingManagerBase
Public Class PropertyManager
Inherits BindingManagerBase
Constructors
PropertyManager()
Initializes a new instance of PropertyManager.
Properties
Current
Object: Returns the object owning the data-bound property belongs.
Methods
CancelCurrentEdit()
Cancels the current edit.
EndCurrentEdit()
Ends the current edit operation.
ResetCurrentItem()
Causes a control bound to this data source to re-read the current item and refresh the displayed value.
ResumeBinding()
Resumes data binding.
SuspendBinding()
Suspends the data binding between a data source and a data-bound property.