Class FilterViewCategoryCreatedEventArgs
Event arguments used in the Category
Inheritance
System.Object
System.EventArgs
FilterViewCategoryCreatedEventArgs
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 FilterViewCategoryCreatedEventArgs : EventArgs
Constructors
FilterViewCategoryCreatedEventArgs(BaseFilterViewCategoryElement)
Initializes a new instance of the Filter
Declaration
public FilterViewCategoryCreatedEventArgs(BaseFilterViewCategoryElement category)
Parameters
Base The category element. |
Properties
Category
Gets or sets the category.
Declaration
public BaseFilterViewCategoryElement Category { get; }