ASP.NET MVC Controls | ComponentOne
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
    [DefaultValue(true)]
    public bool ShowDetailOnDoubleClick {get; set;}
    See Also