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

In This Topic
    ShowPlaceholders Property (PivotGrid)
    In This Topic
    Gets or sets a value that determines whether the grid should use the column headers as placeholders when editing cells. This property only works with the grid's built-in editor. This property is not useful in IE.
    Syntax
    'Declaration
     
    Public Overridable Property ShowPlaceholders As Boolean
    public virtual bool ShowPlaceholders {get; set;}
    See Also