Interface IDataFilterProvider
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IDataFilterProvider
Properties
PropertyDescriptors
Declaration
PropertyDescriptorCollection PropertyDescriptors { get; set; }
Property Value
System.ComponentModel.PropertyDescriptorCollection
|
SourceControl
Declaration
object SourceControl { get; set; }
Property Value
System.Object
|
Methods
ApplyFilter(String)
Declaration
void ApplyFilter(string expression)
Parameters
System.String
expression
|
UpdateBoundProperties()
Declaration
void UpdateBoundProperties()