ComponentOne ASP.NET MVC Controls
LayoutId Property

C1.Web.Mvc Namespace > DashboardLayout Class : LayoutId Property
Gets or sets the id of the layout applied
Syntax
'Declaration
 
<JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
<JsonAttribute(True, 
   1, 
   "layout")>
Public Property LayoutId As String
[JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
[Json(true, 
   1, 
   "layout")]
public string LayoutId {get; set;}
See Also

Reference

DashboardLayout Class
DashboardLayout Members