ComponentOne ASP.NET MVC Controls
PopupBuilder Class
Members 

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

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ControlBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.PopupBuilder

See Also

Reference

PopupBuilder Members
C1.Web.Mvc.Fluent Namespace