Skip to main content

FilterListItemBaseActualAppearance.ItemContentPadding Property

Gets the content padding value that is applied to the FilterListItemBase descendant. To specify this value, use the ItemContentPadding property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Thickness ItemContentPadding { get; }

Property Value

Type Description
Thickness

The content padding value.

See Also