ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / PopupTagHelper Class / Owner Property

In This Topic
    Owner Property (PopupTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Popup.Owner. Sets the selector string to determine the element that own this popup.
    Syntax
    'Declaration
     
    Public Property Owner As String
    public string Owner {get; set;}
    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