Skip to main content

DXCollectionViewActualAppearance.GroupItemCaptionMargin Property

Gets the group item’s caption margin value that is applied to the DXCollectionView.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public Thickness GroupItemCaptionMargin { get; }

Property Value

Type Description
Thickness

The group item’s caption margin value that is applied to the DXCollectionView.

See Also