ComponentOne TileView for UWP
C1.UWP.TileView Assembly / C1.Xaml.TileView Namespace / C1TileViewItem Class / ContextFlyout Property

In This Topic
    ContextFlyout Property (C1TileViewItem)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ContextFlyout As Windows.UI.Xaml.Controls.Primitives.FlyoutBase
    public Windows.UI.Xaml.Controls.Primitives.FlyoutBase ContextFlyout {get; set;}
    See Also