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

In This Topic
    CustomContextMenu Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotGrid.CustomContextMenu. Sets a value that determines whether the grid should provide a custom context menu.
    Syntax
    'Declaration
     
    Public Property CustomContextMenu As Boolean
    public bool CustomContextMenu {get; set;}
    See Also