Interface IFilterable
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IFilterable
Properties
DataSource
Declaration
object DataSource { get; }
Property Value
System.Object
|
FilterDescriptors
Declaration
FilterDescriptorCollection FilterDescriptors { get; }
Property Value
FilterDescriptorCollection
|