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