ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / CollectionViewGroup Class / IsBottomLevel Property

In This Topic
    IsBottomLevel Property
    In This Topic
    Gets a value indicating whether this group has any subgroups.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property IsBottomLevel As System.Boolean
    public abstract System.bool IsBottomLevel {get;}
    See Also