Interface IDataItemSource
Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls.dll
Syntax
public interface IDataItemSource
Properties
BindingContext
Declaration
BindingContext BindingContext { get; }
Property Value
|
System.Windows.Forms.BindingContext
|
Methods
BindingComplete()
Declaration
void BindingComplete()
Initialize()
Declaration
void Initialize()
MetadataChanged(PropertyDescriptor)
Declaration
void MetadataChanged(PropertyDescriptor pd)
Parameters
|
System.ComponentModel.PropertyDescriptor
pd
|
NewItem()
Events
BindingContextChanged
Declaration
event EventHandler BindingContextChanged
Event Type
|
System.EventHandler
|