Class FilteringControlBase
Represents the base class for filtering controls.
Inheritance
System.Object
FilteringControlBase
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public abstract class FilteringControlBase : Control, IFilteringControl
Constructors
FilteringControlBase()
Declaration
protected FilteringControlBase()
Fields
IsActiveProperty
Identifies the IsActive dependency property.
Declaration
public static readonly DependencyProperty IsActiveProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IsActive
Gets or sets a value indicating whether the filtering is active.
Declaration
public bool IsActive { get; set; }
Property Value
System.Boolean
|
Implements
Methods
Prepare(CardDataFieldDescriptor)
Prepares the component for the CardDataFieldDescriptor it will service.
Declaration
public abstract void Prepare(CardDataFieldDescriptor cardDataFieldDescriptorToPrepare)
Parameters
CardDataFieldDescriptor
cardDataFieldDescriptorToPrepare
The CardDataFieldDescriptor to prepare for. |