Interface IFilteringControl
Provides functionality required by all filtering components.
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public interface IFilteringControl
Properties
IsActive
Gets a value indicating whether the filtering is active.
Declaration
bool IsActive { get; set; }
Property Value
System.Boolean
|
Methods
Prepare(CardDataFieldDescriptor)
Prepares the component for the CardDataFieldDescriptor it will service.
Declaration
void Prepare(CardDataFieldDescriptor cardDataFieldDescriptorToPrepare)
Parameters
CardDataFieldDescriptor
cardDataFieldDescriptorToPrepare
The CardDataFieldDescriptor to prepare for. |