Skip to main content

DXCollectionViewActualAppearance.GroupItemSeparatorThickness Property

Returns the group item separator thickness value that is applied to the DXCollectionView.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public double GroupItemSeparatorThickness { get; }

Property Value

Type Description
Double

The group item’s separator thickness value that is applied to the DXCollectionView.

See Also