CollectionViewItemAppearance.ContentPadding Property
Gets or sets the content padding of the DXCollectionView‘s item. This is a bindable property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public Thickness ContentPadding { get; set; }
Property Value
| Type | Description |
|---|---|
| Thickness | The content padding of the DXCollectionView‘s item. |
See Also