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

In This Topic
    ShowDetailOnDoubleClick Property (PivotGridTagHelper)
    In This Topic
    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 Property ShowDetailOnDoubleClick As Boolean
    public bool ShowDetailOnDoubleClick {get; set;}
    See Also