ComponentOne FinancialChart for WPF
HasItems Property (C1RadialMenu)



C1.WPF Namespace > C1RadialMenu Class : HasItems Property
Gets a value that indicates whether the ItemsControl contains items.
Syntax
'Declaration
 
Public Shadows ReadOnly Property HasItems As Boolean
'Usage
 
Dim instance As C1RadialMenu
Dim value As Boolean
 
value = instance.HasItems
public new bool HasItems {get;}
public:
new property bool HasItems {
   bool get();
}
See Also

Reference

C1RadialMenu Class
C1RadialMenu Members