ComponentOne FinancialChart for WPF
CurrentItem Property (C1RadialColorItemsPresenter)



C1.WPF Namespace > C1RadialColorItemsPresenter Class : CurrentItem Property
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

Reference

C1RadialColorItemsPresenter Class
C1RadialColorItemsPresenter Members