Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ContextMenu Class / Items Property
Example


In This Topic
    Items Property (ContextMenu)
    In This Topic
    Gets the items collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Items As MenuItemCollection
    'Usage
     
    
    Dim instance As ContextMenu
    Dim value As MenuItemCollection
     
    value = instance.Items
    public MenuItemCollection Items {get;}
    Example
    This example creates a row header menu.
    See Also