ComponentOne ASP.NET MVC Controls
ShowDetailOnDoubleClick Method

C1.Web.Mvc.Olap.Fluent Namespace > PivotGridBuilder Class : ShowDetailOnDoubleClick Method
The value.
Configurates C1.Web.Mvc.Olap.PivotGrid.ShowDetailOnDoubleClick. 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 Function ShowDetailOnDoubleClick( _
   ByVal value As Boolean _
) As PivotGridBuilder
public PivotGridBuilder ShowDetailOnDoubleClick( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

PivotGridBuilder Class
PivotGridBuilder Members