ComponentOne FinancialChart for WPF
C1.WPF 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 ItemsControl
    'Usage
     
    
    Dim instance As C1RadialColorItemsPresenter
    Dim value As ItemsControl
     
    value = instance.CurrentItem
    public ItemsControl CurrentItem {get;}
    public:
    property ItemsControl^ CurrentItem {
       ItemsControl^ get();
    }
    Remarks
    The C1RadialMenu updates this property value every time before opening the C1RadialColorItem submenu.
    See Also