Interface IEditable
Specifies that this object supports a simple, transacted notification for change initialization.
Namespace: Telerik.Pivot.Core
Assembly: Telerik.Pivot.Core.dll
Syntax
public interface IEditable
Methods
BeginEdit()
Signals the object that initialization is starting and retrieves a scope token. Dispose the System.IDisposable to exit the edit scope.
Declaration
IDisposable BeginEdit()
Returns
System.IDisposable
An edit scope token. |