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

In This Topic
    ShowDetailOnRightClick Property (C1OlapPage)
    In This Topic
    Gets or sets a value that determines whether right-clicking the Olap grid should cause the control to display the raw records represented by the cell clicked.
    Syntax
    'Declaration
     
    Public Property ShowDetailOnRightClick As System.Boolean
    public System.bool ShowDetailOnRightClick {get; set;}
    See Also