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

In This Topic
    ShowPlaceholders Property (PivotGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.ShowPlaceholders. 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