Back to Devexpress

DXCollectionView.ItemSeparatorShowBeforeGroup Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-22de530a.md

latest1.4 KB
Original Source

DXCollectionView.ItemSeparatorShowBeforeGroup Property

Gets or sets whether to show the separator for the last item in a group. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public bool ItemSeparatorShowBeforeGroup { get; set; }

Property Value

TypeDescription
Boolean

true to show the last group item separator; otherwise, false.

|

Remarks

The following image shows DXCollectionView with different ItemSeparatorShowBeforeGroup values:

xaml
<dxcv:DXCollectionView ...
                       ItemSeparatorShowBeforeGroup="True">

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace