Class RadFilterOperationMenuItem
Represents a menu item for the filter operators
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RadFilterOperationMenuItem : RadMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
RadFilterOperationMenuItem(FilterOperationContext)
Initializes a new instance of the RadFilterOperationMenuItem class.
Declaration
public RadFilterOperationMenuItem(FilterOperationContext context)
Parameters
FilterOperationContext
context
The context. |
Properties
Operator
Gets the operator.
Declaration
public FilterOperator Operator { get; }
Property Value
FilterOperator
The operator. |
ThemeEffectiveType
Gets the type of the theme effective.
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
The type of the theme effective. |
Overrides
Methods
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
OnClick(EventArgs)
Raises the Click event.
Declaration
protected override void OnClick(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |