DXCollectionViewActualAppearance.ItemSeparatorColor Property
Returns the item separator color that is applied to the DXCollectionView.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public Color ItemSeparatorColor { get; }
Property Value
| Type | Description |
|---|---|
| Color | The item separator color that is applied to the DXCollectionView. |
See Also