ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialColorItemsPresenter Class / CurrentItem Property

In This Topic
    CurrentItem Property (C1RadialColorItemsPresenter)
    In This Topic
    Identifies the parent C1RadialColorItem item.
    Syntax
    'Declaration
     
    Public ReadOnly Property CurrentItem As Windows.UI.Xaml.Controls.ItemsControl
    public Windows.UI.Xaml.Controls.ItemsControl CurrentItem {get;}
    Remarks
    The C1RadialMenu updates this property value every time before opening the C1RadialColorItem submenu.
    See Also