Class FilterMenuButtonsItem
Represents the filter menu buttons item.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class FilterMenuButtonsItem : RadMenuItemBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IHierarchicalItem, IItemsOwner, ISiteProvider
Constructors
FilterMenuButtonsItem()
Declaration
public FilterMenuButtonsItem()
Properties
ButtonCancel
Gets the button cancel.
Declaration
public RadButtonElement ButtonCancel { get; }
Property Value
RadButtonElement
The button cancel. |
ButtonOK
Gets the button OK.
Declaration
public RadButtonElement ButtonOK { get; }
Property Value
RadButtonElement
The button OK. |
Methods
CreateChildElements()
Called by the element when constructed. Allows inheritors to build the element tree.
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Initializes the fields.
Declaration
protected override void InitializeFields()
Overrides
OnLoaded()
Called when the element has been successfully loaded. That includes loading of all its children as well.
Declaration
protected override void OnLoaded()