Class RadFilterComposeMenuItem
Inheritance
System.Object
RadFilterComposeMenuItem
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 RadFilterComposeMenuItem : RadMenuItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
RadFilterComposeMenuItem()
Initializes a new instance of the RadFilterComposeMenuItem class.
Declaration
public RadFilterComposeMenuItem()
RadFilterComposeMenuItem(String)
Initializes a new instance of the RadFilterComposeMenuItem class.
Declaration
public RadFilterComposeMenuItem(string id)
Parameters
System.String
id
The id. |
Properties
FilterDescriptor
Gets or sets the filter descriptor.
Declaration
public FilterDescriptor FilterDescriptor { get; set; }
Property Value
FilterDescriptor
The filter descriptor. |
ThemeEffectiveType
Gets the type of the theme effective.
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
The type of the theme effective. |