Interface IRadMenuItem
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadMenuItem : IControl, IFrameworkElement, ITargetElement
Properties
IsCheckable
Declaration
bool IsCheckable { get; }
Property Value
System.Boolean
|
IsChecked
Declaration
bool IsChecked { get; }
Property Value
System.Boolean
|
IsPopupOpen
Declaration
bool IsPopupOpen { get; }
Property Value
System.Boolean
|
IsSubmenuOpen
ItemIndex
Declaration
int ItemIndex { get; }
Property Value
System.Int32
|
ItemText
Declaration
string ItemText { get; }
Property Value
System.String
|
StaysOpenOnClick
Declaration
bool StaysOpenOnClick { get; }
Property Value
System.Boolean
|
Methods
Click()
Declaration
void Click()