Interface
IFilteringControl

Provides functionality required by all filtering components.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public interface IFilteringControl

Properties

IsActive

Gets a value indicating whether the filtering is active.

Declaration

cs-api-definition
bool IsActive { get; set; }

Property Value

bool

Methods

Prepare(CardDataFieldDescriptor)

Prepares the component for the CardDataFieldDescriptor it will service.

Declaration

cs-api-definition
void Prepare(CardDataFieldDescriptor cardDataFieldDescriptorToPrepare)

Parameters

cardDataFieldDescriptorToPrepare

CardDataFieldDescriptor

The CardDataFieldDescriptor to prepare for.