PropertyManager
Wisej.Web.PropertyManager
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Maintains a Binding between an object's property and a data-bound control property.
public class PropertyManager : BindingManagerBase
Properties
Current

Object: Returns the object owning the data-bound property belongs.
Methods
CancelCurrentEdit()

Cancels the current edit.
EndCurrentEdit()

Ends the current edit operation.
ResumeBinding()

Resumes data binding.
SuspendBinding()

Suspends the data binding between a data source and a data-bound property.
Last updated
Was this helpful?