Skip to main content

CollectionViewGroupItemAppearance.CaptionMargin Property

Gets or sets the content margin of the DXCollectionView‘s group item. This is a bindable property.

Namespace: DevExpress.Maui.CollectionView

Assembly: DevExpress.Maui.CollectionView.dll

NuGet Package: DevExpress.Maui.CollectionView

Declaration

public Thickness CaptionMargin { get; set; }

Property Value

Type Description
Thickness

The content margin of the DXCollectionView‘s group item.

See Also