ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / Slicer Class / ShowCheckboxes Property






In This Topic
    ShowCheckboxes Property (Slicer)
    In This Topic
    Gets or sets a value indicating whether the control displays checkboxes next to each item.
    Syntax
    'Declaration
     
    
    Public Property ShowCheckboxes As System.Boolean
    'Usage
     
    
    Dim instance As Slicer
    Dim value As System.Boolean
     
    instance.ShowCheckboxes = value
     
    value = instance.ShowCheckboxes
    public System.bool ShowCheckboxes {get; set;}
    public read-write property ShowCheckboxes: System.Boolean; 
    public function get,set ShowCheckboxes : System.boolean
    public: __property System.bool get_ShowCheckboxes();
    public: __property void set_ShowCheckboxes( 
       System.bool value
    );
    public:
    property System.bool ShowCheckboxes {
       System.bool get();
       void set (    System.bool value);
    }
    See Also