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

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