Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBarCellType Class / MenuType Property
Example


In This Topic
    MenuType Property (FilterBarCellType)
    In This Topic
    Gets or sets the type of the menu.
    Syntax
    'Declaration
     
    
    Public Property MenuType As FilterMenuType
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As FilterMenuType
     
    instance.MenuType = value
     
    value = instance.MenuType
    public FilterMenuType MenuType {get; set;}

    Property Value

    The type of the menu.
    Example
    This example sets the MenuType property.
    See Also