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






In This Topic
    Layout Property
    In This Topic
    Gets or sets the layout applied.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
    Public Property Layout As LayoutBase
    'Usage
     
    
    Dim instance As DashboardLayout
    Dim value As LayoutBase
     
    instance.Layout = value
     
    value = instance.Layout
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public LayoutBase Layout {get; set;}
    public read-write property Layout: LayoutBase; 
    JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)
    public function get,set Layout : LayoutBase
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public: __property LayoutBase* get_Layout();
    public: __property void set_Layout( 
       LayoutBase* value
    );
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public:
    property LayoutBase^ Layout {
       LayoutBase^ get();
       void set (    LayoutBase^ value);
    }
    See Also