ComponentOne ASP.NET MVC Controls
CellTemplateBuilder Class
Members 

C1.Web.Mvc.Fluent Namespace : CellTemplateBuilder Class
Defines a builder to configurate C1.Web.Mvc.CellTemplate.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Class CellTemplateBuilder 
   Inherits C1.Web.Mvc.Fluent.BaseBuilder(Of CellTemplate,CellTemplateBuilder)
[EditorBrowsable(EditorBrowsableState.Never)]
public class CellTemplateBuilder : C1.Web.Mvc.Fluent.BaseBuilder<CellTemplate,CellTemplateBuilder> 
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.CellTemplateBuilder

See Also

Reference

CellTemplateBuilder Members
C1.Web.Mvc.Fluent Namespace