ClassFilteringControlBase
Class
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:
Implements:
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
Methods
Prepare(CardDataFieldDescriptor)
Prepares the component for the CardDataFieldDescriptor it will service.
Declaration
cs-api-definition
public abstract void Prepare(CardDataFieldDescriptor cardDataFieldDescriptorToPrepare)
Parameters
cardDataFieldDescriptorToPrepare
The CardDataFieldDescriptor to prepare for.
Implements