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