Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / RecChoiceControl Class / Flyout Property

In This Topic
    Flyout Property
    In This Topic
    Gets or sets the reference to the parent Flayout.
    Syntax
    'Declaration
     
    
    Public Property Flyout As Flyout
    public Flyout Flyout {get; set;}
    Remarks
    It should be set before showing Flyout to allow correct closing behavior.
    See Also