ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / ShowDetailOnDoubleClick Property

In This Topic
    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