RadControls for Silverlight

Base class for all IFilterDescriptor used for handling the logic for property changed notifications.

Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data (in Telerik.Windows.Data.dll) Version: 2013.1.403.1050

Syntax

C#
public class FilterDescriptorBase : DescriptorBase, 
	IFilterDescriptor, INotifyPropertyChanged
Visual Basic
Public Class FilterDescriptorBase _
	Inherits DescriptorBase _
	Implements IFilterDescriptor, INotifyPropertyChanged

Inheritance Hierarchy

See Also