Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / GroupedListBox Class / HasItems Property

In This Topic
    HasItems Property (GroupedListBox)
    In This Topic
    Gets a value that indicates whether the GroupedListBox contains items. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property HasItems As Boolean
    public new bool HasItems {get;}
    See Also