Class ItemsSourceProvider
Represents a class that serves as data binding source for DropDown element.
Inheritance
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public abstract class ItemsSourceProvider : Freezable, INotifyPropertyChanged, IDisposable
Constructors
ItemsSourceProvider()
Declaration
protected ItemsSourceProvider()
Fields
ItemsSourceProperty
Represents the ItemsSource dependency property.
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CollectionView
Gets the collection view that is to be bound to RadMultiColumnComboBox.
Declaration
public QueryableCollectionView CollectionView { get; }
Property Value
QueryableCollectionView
|
ItemsSource
Gets or sets the ItemsSource.
Declaration
public object ItemsSource { get; set; }
Property Value
System.Object
|
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public void Dispose()
Implements
Dispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
OnPropertyChanged(String)
Raises the PropertyChanged event.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|