Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection 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 Boolean
    bool IsPlain {get;}
    See Also