Class DataFilterPresenter
Contains the default set of UI controls for RadDataFilter.
Inherited Members
Namespace: Telerik.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class DataFilterPresenter : HeaderedItemsControl
Constructors
DataFilterPresenter()
Initializes a new instance of the DataFilterPresenter class.
Declaration
public DataFilterPresenter()
Methods
GetContainerForItemOverride()
Creates or identifies the element that is used to display the given item.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
System.Windows.DependencyObject
The element that is used to display the given item. |