Interface IRadMenu
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadMenu : IRadMenuBase, IControl, IFrameworkElement, ITargetElement
Properties
ItemElements
Declaration
IList<IRadMenuItem> ItemElements { get; }
Property Value
System.Collections.Generic.IList<IRadMenuItem>
|