InterfaceIEditable
Interface
Specifies that this object supports a simple, transacted notification for change initialization.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public interface IEditable
Methods
BeginEdit()
Signals the object that initialization is starting and retrieves a scope token. Dispose the IDisposable to exit the edit scope.