Class
ItemsSourceProvider

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:

cs-api-definition
public abstract class ItemsSourceProvider : Freezable, INotifyPropertyChanged, IDisposable

Inheritance: objectItemsSourceProvider

Derived Classes: GridViewItemsSourceProvider

Implements: IDisposableINotifyPropertyChanged

Constructors

ItemsSourceProvider()

Declaration

cs-api-definition
protected ItemsSourceProvider()

Fields

ItemsSourceProperty

Represents the ItemsSource dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemsSourceProperty

Field Value

DependencyProperty

Properties

CollectionView

Gets the collection view that is to be bound to RadMultiColumnComboBox.

Declaration

cs-api-definition
public QueryableCollectionView CollectionView { get; }

Property Value

QueryableCollectionView

ItemsSource

Gets or sets the ItemsSource.

Declaration

cs-api-definition
public object ItemsSource { get; set; }

Property Value

object

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

Dispose(bool)

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration

cs-api-definition
protected virtual void Dispose(bool disposing)

Parameters

disposing

bool

OnPropertyChanged(string)

Raises the PropertyChanged event.

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged