ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / MenuGrid Property

In This Topic
    MenuGrid Property
    In This Topic
    Gets the System.Windows.Forms.ToolStripDropDownButton used to control grid options.
    Syntax
    'Declaration
     
    Public ReadOnly Property MenuGrid As System.Windows.Forms.ToolStripDropDownButton
    public System.Windows.Forms.ToolStripDropDownButton MenuGrid {get;}
    See Also