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

In This Topic
    ShowDetailOnRightClick Property (C1FlexPivotGrid)
    In This Topic
    Gets or sets a value that determines whether the grid should show a popup containing the detail records when the user right-clicks a cell.
    Syntax
    'Declaration
     
    Public Property ShowDetailOnRightClick As Boolean
    public bool ShowDetailOnRightClick {get; set;}
    See Also