Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FilterBarCellType Class / ContextMenuType Property


In This Topic
    ContextMenuType Property (FilterBarCellType)
    In This Topic
    Gets or sets the type of filter bar context menu.
    Syntax
    'Declaration
     
    
    Public Property ContextMenuType As FilterBarContextMenuType
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As FilterBarContextMenuType
     
    instance.ContextMenuType = value
     
    value = instance.ContextMenuType
    public FilterBarContextMenuType ContextMenuType {get; set;}
    See Also