ClassItemsSourceProvider
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:
public abstract class ItemsSourceProvider : Freezable, INotifyPropertyChanged, IDisposable
Inheritance: objectItemsSourceProvider
Derived Classes:
Implements:
Constructors
ItemsSourceProvider()
Declaration
protected ItemsSourceProvider()
Fields
ItemsSourceProperty
Represents the ItemsSource dependency property.
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
DependencyProperty
Properties
CollectionView
Gets the collection view that is to be bound to RadMultiColumnComboBox.
Declaration
public QueryableCollectionView CollectionView { get; }
Property Value
ItemsSource
Gets or sets the ItemsSource.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(bool)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
disposing
OnPropertyChanged(string)
Raises the PropertyChanged event.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements