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

In This Topic
    Layout Property
    In This Topic
    Gets or sets the layout applied.
    Syntax
    'Declaration
     
    Public Property Layout As LayoutBase
    public LayoutBase Layout {get; set;}
    See Also