DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionViewDataCollection Class / IsPlain Property

In This Topic
    IsPlain Property (C1CollectionViewDataCollection)
    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
     
    Public ReadOnly Property IsPlain As Boolean
    public bool IsPlain {get;}
    See Also