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 Rad
Declaration
public RadFilterOperationMenuItem(FilterOperationContext context)
Parameters
Filter The context. |
Properties
Operator
Gets the operator.
Declaration
public FilterOperator Operator { get; }
Property Value
Filter The operator. |
ThemeEffectiveType
Gets the type of the theme effective.
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System. 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. The System. |