DXCollectionViewActualAppearance.ItemContentPadding Property
Gets the content padding value that is applied to the DXCollectionView items. To specify this value, use the ContentPadding property.
Namespace: DevExpress.Maui.CollectionView
Assembly: DevExpress.Maui.CollectionView.dll
NuGet Package: DevExpress.Maui.CollectionView
Declaration
public Thickness ItemContentPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | The content padding. |
See Also