C1.Web.Mvc.Olap Namespace / PivotGrid Class / ShowDetailOnDoubleClick Property

In This Topic
ShowDetailOnDoubleClick Property
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
 
<DefaultValueAttribute(True)>
Public Property ShowDetailOnDoubleClick As Boolean
 
See Also