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

In This Topic
    BigCheckboxes Property (FlexGridTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexGridBase<T>.BigCheckboxes. Sets a value that determines whether the checkboxes used to edit boolean columns should extend to cover the whole cell width.
    Syntax
    'Declaration
     
    Public Overridable Property BigCheckboxes As Boolean
    public virtual bool BigCheckboxes {get; set;}
    See Also