Class BaseCompositeFilterDialog
Represents a base class for custom filtering dialog. All inheritors should
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public abstract class BaseCompositeFilterDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
BaseCompositeFilterDialog()
Declaration
protected BaseCompositeFilterDialog()
Properties
FilterDescriptor
Gets the filter descriptor that should be applied to the RadGridView data.
Declaration
public abstract FilterDescriptor FilterDescriptor { get; }
Property Value
FilterDescriptor
|
Methods
Initialize(GridViewDataColumn, FilterDescriptor, Boolean)
Initializes the editors in the dialog with the filter descriptor that is correctly applied to the RadGridView data.
Declaration
public abstract void Initialize(GridViewDataColumn dataColumn, FilterDescriptor filterDescriptor, bool useTypedEditors)
Parameters
GridViewDataColumn
dataColumn
The column which represents the property by which data will be filtered |
FilterDescriptor
filterDescriptor
The filter descriptor that is currently applied to the grid for this column. |
System.Boolean
useTypedEditors
Determines whether type specific editors should be used e.g. RadSpinEditor for numeric properties. |