ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DashboardLayout Class / AllowShowAll Property






In This Topic
    AllowShowAll Property (DashboardLayout)
    In This Topic
    Gets or sets a boolean value decides whether all the tiles no matter visible or invisible are shown.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AllowShowAll As System.Boolean
    'Usage
     
    
    Dim instance As DashboardLayout
    Dim value As System.Boolean
     
    instance.AllowShowAll = value
     
    value = instance.AllowShowAll
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AllowShowAll {get; set;}
    public read-write property AllowShowAll: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set AllowShowAll : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_AllowShowAll();
    public: __property void set_AllowShowAll( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool AllowShowAll {
       System.bool get();
       void set (    System.bool value);
    }
    See Also