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
 
<JsonAttribute(Order=1, 
   SkipIfDefault=True, 
   PropertyName="layout", 
   Name="layout")>
<JsonConverterAttribute(ConverterType=C1.Web.Mvc.Serialization.ServiceConverter, ConverterParameters=)>
Public Property LayoutId As String
[Json(Order=1, 
   SkipIfDefault=True, 
   PropertyName="layout", 
   Name="layout")]
[JsonConverter(ConverterType=C1.Web.Mvc.Serialization.ServiceConverter, ConverterParameters=)]
public string LayoutId {get; set;}
See Also

Reference

DashboardLayout Class
DashboardLayout Members