Class FilterViewTextCategoryItemCreatedEventArgs
Contains information about the filtering arguments.
Inheritance
System.Object
System.EventArgs
FilterViewTextCategoryItemCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FilterViewTextCategoryItemCreatedEventArgs : EventArgs
Constructors
FilterViewTextCategoryItemCreatedEventArgs(FilterViewTextCategoryElement, IFilterViewItem)
Initializes a new instance of the FilterViewTextCategoryItemCreatedEventArgs class.
Declaration
public FilterViewTextCategoryItemCreatedEventArgs(FilterViewTextCategoryElement category, IFilterViewItem item)
Parameters
FilterViewTextCategoryElement
category
The owner category. |
IFilterViewItem
item
The item. |
Properties
Category
Gets the text category.
Declaration
public FilterViewTextCategoryElement Category { get; }
Property Value
FilterViewTextCategoryElement
|
Item
Gets or sets the IFilterViewItem. Note that the Item must inherit from RadItem.
Declaration
public IFilterViewItem Item { get; set; }
Property Value
IFilterViewItem
|