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


In This Topic
    Type Property (ContextMenu)
    In This Topic
    Gets or sets the type.
    Syntax
    'Declaration
     
    
    Public Overridable Property Type As ContextMenuType
    'Usage
     
    
    Dim instance As ContextMenu
    Dim value As ContextMenuType
     
    instance.Type = value
     
    value = instance.Type
    public virtual ContextMenuType Type {get; set;}

    Property Value

    The type.
    Example
    This example creates a row header menu.
    See Also