Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1Popup Class / TargetQuery Property

In This Topic
    TargetQuery Property
    In This Topic
    Gets or sets the css selector query to select an element that owns this Popup.
    Syntax
    'Declaration
     
    
    Public Property TargetQuery As String
    public string TargetQuery {get; set;}
    See Also