Interface IFilterViewCategoriesOwner
Namespace: Telerik.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IFilterViewCategoriesOwner
Methods
CategoryFilterChanged(IFilterViewCategory)
Declaration
void CategoryFilterChanged(IFilterViewCategory categoryItem)
Parameters
IFilterViewCategory
categoryItem
|
ShowContextMenu(IFilterViewCategory, Point)
Declaration
void ShowContextMenu(IFilterViewCategory category, Point location)
Parameters
IFilterViewCategory
category
|
System.Drawing.Point
location
|
UpdateCategory(IFilterViewCategory)
Declaration
void UpdateCategory(IFilterViewCategory category)
Parameters
IFilterViewCategory
category
|