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

In This Topic
    ShowPlaceholders Property (FlexGridTagHelper)
    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