Class FilterChangedEventArgs
Contains information about the filtering arguments.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FilterChangedEventArgs : EventArgs
Constructors
FilterChangedEventArgs(BaseFilterViewCategoryElement, FilterDescriptor)
Initializes a new instance of the Filter
Declaration
public FilterChangedEventArgs(BaseFilterViewCategoryElement category, FilterDescriptor filterDescriptor)
Parameters
Base The modified property of the filter. |
Filter The descriptor that is added or modified. If the value is Null the filter on the given property is removed. |
Properties
Category
Gets the modified category of the filter.
Declaration
public BaseFilterViewCategoryElement Category { get; }
Property Value
FilterDescriptor
Gets the Filter
Declaration
public FilterDescriptor FilterDescriptor { get; }
Property Value
PropertyName
Gets the property name of the filter.
Declaration
public string PropertyName { get; }
Property Value
System.
|