ComponentOne ASP.NET MVC Controls
Owner Method (PopupBuilder)

C1.Web.Mvc.Fluent Namespace > PopupBuilder Class : Owner Method
The value.
Configurates C1.Web.Mvc.Popup.Owner. Sets the selector string to determine the element that own this popup.
Syntax
'Declaration
 
Public Function Owner( _
   ByVal value As String _
) As PopupBuilder
public PopupBuilder Owner( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
If the Owner is null or invalidate, the Popup behaves like a dialog. It is centered on the screen and must be shown using the client show method.
See Also

Reference

PopupBuilder Class
PopupBuilder Members