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

In This Topic
    PlacementTarget Property
    In This Topic
    Gets the element to which the displayed menu is relative to.
    Syntax
    'Declaration
     
    
    Public Property PlacementTarget As String
    public string PlacementTarget {get; set;}
    See Also