RadControls for WPF

Provides the properties and methods allowing transactional edit operations.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.40

Syntax

C#
public interface IObjectEditor<T>
Visual Basic
Public Interface IObjectEditor(Of T)

Type Parameters

T
The type of the edited objects.

See Also