Version

XamMenuBase Class

Represents a control that defines choices for users to select.
Syntax
'Declaration
 
Public MustInherit Class XamMenuBase 
   Inherits Infragistics.Controls.Menus.Primitives.XamHeaderedItemsControl
   Implements Infragistics.IProvidePropertyPersistenceSettings 
public abstract class XamMenuBase : Infragistics.Controls.Menus.Primitives.XamHeaderedItemsControl, Infragistics.IProvidePropertyPersistenceSettings  
Remarks
The MenuBase is the base class for controls that define choices for users to select. The XamMenu and XamContextMenu inherit from MenuBase.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also