Provides the properties and methods allowing transactional edit operations.
Namespace:Â
Telerik.Windows.ControlsAssembly:Â
Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.1050
Syntax
| C# |
|---|
public interface IObjectEditor<T>
|
| Visual Basic |
|---|
Public Interface IObjectEditor(Of T) |
Type Parameters
- T
- The type of the edited objects.
See Also