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

In This Topic
    CustomContextMenu Property (PivotGrid)
    In This Topic
    Gets or 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