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 FilterChangedEventArgs class.
Declaration
public FilterChangedEventArgs(BaseFilterViewCategoryElement category, FilterDescriptor filterDescriptor)
Parameters
BaseFilterViewCategoryElement
category
The modified property of the filter. |
FilterDescriptor
filterDescriptor
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
BaseFilterViewCategoryElement
|
FilterDescriptor
Gets the FilterDescriptor. If null the filter was cleared.
Declaration
public FilterDescriptor FilterDescriptor { get; }
Property Value
FilterDescriptor
|
PropertyName
Gets the property name of the filter.
Declaration
public string PropertyName { get; }
Property Value
System.String
|