Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1ContextMenuService Class / GetShowHoldingIndicator Method
The control from which the property is retrieved.

In This Topic
    GetShowHoldingIndicator Method
    In This Topic
    Gets the ShowHoldingIndicator property for a control.
    Syntax
    'Declaration
     
    
    Public Shared Function GetShowHoldingIndicator( _
       ByVal obj As DependencyObject _
    ) As Boolean
    public static bool GetShowHoldingIndicator( 
       DependencyObject obj
    )

    Parameters

    obj
    The control from which the property is retrieved.

    Return Value

    True if the C1ContextMenuService should show holding indicator. False otherwise.
    See Also