ComponentOne ASP.NET MVC Controls
ShowDetailOnDoubleClick Property

C1.Web.Mvc.Olap Namespace > PivotGrid Class : ShowDetailOnDoubleClick Property
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
[DefaultValue(true)]
public bool ShowDetailOnDoubleClick {get; set;}
See Also

Reference

PivotGrid Class
PivotGrid Members