Back to Devexpress

DXCollectionView.ItemSeparatorThickness Property

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-8a3f24a2.md

latest1.8 KB
Original Source

DXCollectionView.ItemSeparatorThickness Property

Gets or sets item separator thickness. This is a bindable property.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public double ItemSeparatorThickness { get; set; }

Property Value

TypeDescription
Double

Specifies separator thickness.

|

Remarks

The following example configures item separator options:

xaml
<dxcv:DXCollectionView ...
                       ItemSeparatorColor="LightGray"
                       ItemSeparatorThickness="1"
                       ItemSeparatorCapMargin="100">

To customize group item separator settings, use the following properties:

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace