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

In This Topic
    IsPosUpdated Property
    In This Topic
    Gets or sets to whether popup updates the position when its parent change position by scrolling.
    Syntax
    'Declaration
     
    
    Public Property IsPosUpdated As Boolean
    public bool IsPosUpdated {get; set;}
    See Also