Blazor | ComponentOne
C1.Blazor.Menu Assembly / C1.Blazor.Menu Namespace / C1ContextMenu Class / PlacementTargetQuery Property

In This Topic
    PlacementTargetQuery Property
    In This Topic
    Css selector query to select an element to which the displayed menu is relative to.
    Syntax
    'Declaration
     
    
    Public Property PlacementTargetQuery As String
    public string PlacementTargetQuery {get; set;}
    See Also