ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / FlexPivotPage Class / ShowDetailOnRightClick Property

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