InterfaceIRadMenuItem
Interface
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public interface IRadMenuItem : IControl, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
IsCheckable
Get or set whether the menu item can be checked.
IsChecked
Get or set whether the menu item is checked.
IsPopupOpen
Get whether the item (i.e. its popup) is opened.
IsSubmenuOpen
Gets a value that indicates whether the submenu of the RadMenuItem is open.
ItemText
Get the item text.
StaysOpenOnClick
Gets or sets a value that indicates that the submenu in which this RadMenuItem is located should not close when this item is clicked.
Methods
Click()
Clicks the item and refreshes the item popup item presenter to be able to get the list of sub items if needed.
Declaration
cs-api-definition
void Click()