ItemsSourceProvider
Class
Represents a class that serves as data binding source for DropDown element.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public abstract class ItemsSourceProvider : Freezable, INotifyPropertyChanged, IDisposable
Inheritance: objectItemsSourceProvider
Derived Classes:
Implements:
Constructors
C#
protected ItemsSourceProvider()
Fields
ItemsSourceProperty
DependencyProperty
Represents the ItemsSource dependency property.
C#
public static readonly DependencyProperty ItemsSourceProperty
Properties
Gets the collection view that is to be bound to RadMultiColumnComboBox.
C#
public QueryableCollectionView CollectionView { get; }
Gets or sets the ItemsSource.
C#
public object ItemsSource { get; set; }
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
C#
public void Dispose()
Implements:
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Raises the PropertyChanged event.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: