FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / C1FlexSheet Class / ContextMenu Property

In This Topic
    ContextMenu Property
    In This Topic
    Gets the ContextMenu associated with this C1FlexSheet.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property ContextMenu As ExcelContextMenu
    public new ExcelContextMenu ContextMenu {get;}
    Remarks
    Callers may customize the context menu by modifying the content of the Items property.
    See Also