Class
FilteringControlBase

Represents the base class for filtering controls.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public abstract class FilteringControlBase : Control, IFilteringControl

Inheritance: objectFilteringControlBase

Derived Classes: FilteringControl

Implements: IFilteringControl

Constructors

FilteringControlBase()

Declaration

cs-api-definition
protected FilteringControlBase()

Fields

IsActiveProperty

Identifies the IsActive dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsActiveProperty

Field Value

DependencyProperty

Properties

IsActive

Gets or sets a value indicating whether the filtering is active.

Declaration

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

Property Value

bool

Implements IFilteringControl.IsActive

Methods

Prepare(CardDataFieldDescriptor)

Prepares the component for the CardDataFieldDescriptor it will service.

Declaration

cs-api-definition
public abstract void Prepare(CardDataFieldDescriptor cardDataFieldDescriptorToPrepare)

Parameters

cardDataFieldDescriptorToPrepare

CardDataFieldDescriptor

The CardDataFieldDescriptor to prepare for.

Implements IFilteringControl.Prepare(CardDataFieldDescriptor)