Class FilterMenuItem
Represents a filter menu item.
Inheritance
System.Object
    
    
    
    
    
    
    
    
    
    FilterMenuItem
  Inherited Members
      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
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class FilterMenuItem : RadMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
  Constructors
FilterMenuItem(String)
Initializes a new instance of the FilterMenuItem class.
Declaration
public FilterMenuItem(string text)
  Parameters
| 
        System.String
        text
         The text.  | 
    
Properties
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
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.  |