Defines a builder to generate the items in the split layout.
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Class SplitLayoutItemFactoryBuilder
Inherits C1.Web.Mvc.Fluent.BaseBuilder(Of IList(Of ISplitLayoutItem),SplitLayoutItemFactoryBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public class SplitLayoutItemFactoryBuilder : C1.Web.Mvc.Fluent.BaseBuilder<IList<ISplitLayoutItem>,SplitLayoutItemFactoryBuilder>
Inheritance Hierarchy
System.Object
C1.Web.Mvc.Fluent.SplitLayoutItemFactoryBuilder
See Also