ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ISupportGrouping Interface / IsPlain Property

In This Topic
    IsPlain Property (ISupportGrouping)
    In This Topic
    Gets whether the group items will be inline with the data items or the items will be the first level of group items.
    Syntax
    'Declaration
     
    ReadOnly Property IsPlain As System.Boolean
    System.bool IsPlain {get;}
    See Also