RadControls for WinForms

Base interface for providers.

Namespace: Telerik.WinControls.UI.Data
Assembly: Telerik.WinControls.UI (in Telerik.WinControls.UI.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public interface IBindingProvider<T>
where T : IDataBoundItem
Visual Basic
Public Interface IBindingProvider(Of T As IDataBoundItem)

Type Parameters

T
The type used to specialize the provider implementation.

See Also