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






In This Topic
    OnClientTileSizeChanged Property
    In This Topic
    Occurs when the tile is maximized or restored.
    Syntax
    'Declaration
     
    
    Public Property OnClientTileSizeChanged As System.String
    'Usage
     
    
    Dim instance As DashboardLayout
    Dim value As System.String
     
    instance.OnClientTileSizeChanged = value
     
    value = instance.OnClientTileSizeChanged
    public System.string OnClientTileSizeChanged {get; set;}
    public read-write property OnClientTileSizeChanged: System.String; 
    public function get,set OnClientTileSizeChanged : System.String
    public: __property System.string* get_OnClientTileSizeChanged();
    public: __property void set_OnClientTileSizeChanged( 
       System.string* value
    );
    public:
    property System.String^ OnClientTileSizeChanged {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also