ItemsEditBaseActualAppearance.DropDownItemPadding Property
Gets the padding value that is applied to the ItemsEditBase‘s drop-down items. To specify this value, use the DropDownItemPadding property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness DropDownItemPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | The padding. |
See Also