ASP.NET 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
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public LayoutBase Layout {get; set;}
    See Also